We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa9f8f commit 73a49c2Copy full SHA for 73a49c2
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v2.4.0
4
+
5
+- Added `strict` option to verify that the passed in objects are fully compatible with JSON without removing information. If not, an error is thrown.
6
+- Fixed TypeScript definition for ESM code bases
7
8
## v2.3.1
9
10
- Fix `invalid regexp group` error in browsers or environments that do not support the negative lookbehind regular expression assertion.
package.json
@@ -1,6 +1,6 @@
{
"name": "safe-stable-stringify",
- "version": "2.3.1",
+ "version": "2.4.0",
"description": "Deterministic and safely JSON.stringify to quickly serialize JavaScript objects",
"exports": {
"require": "./index.js",
0 commit comments