everything-json
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -8,3 +8,4 @@ { | ||
], | ||
"timeout": 4000, | ||
"v8-expose-gc": true | ||
} |
# Changelog | ||
### [1.1.0] 2024-04-26 | ||
## [1.2.0] 2024-05-05 | ||
- Implement a solution to [#110](https://github.com/mmomtchev/everything-json/issues/110), report allocated memory to the GC | ||
This important improvement can greatly reduce the memory requirements of applications the make heavy use of `everything-json`, in particular when using with Next.js during `next build` with lots of static pages | ||
## [1.1.0] 2024-04-26 | ||
- Pre-built binaries for macOS 14 / ARM64 | ||
@@ -6,0 +11,0 @@ - Update `simdjson` to 3.9.1 |
@@ -15,3 +15,3 @@ { | ||
"version": "git add package.json doc", | ||
"postversion": "git push && git push --tags && node ./scripts/publish-packages.js", | ||
"postversion": "git push && git push --tags && node ./scripts/publish-packages.mjs", | ||
"postpublish": "gh workflow run test-package.yml -F version=$npm_package_version", | ||
@@ -24,3 +24,3 @@ "doc": "documentation build -f md lib/index.d.ts > doc/API.md", | ||
"name": "everything-json", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "JSON Async", | ||
@@ -62,3 +62,3 @@ "repository": { | ||
"eslint-plugin-mocha": "^10.2.0", | ||
"mocha": "^10.2.0", | ||
"mocha": "github:mmomtchev/mocha#mmom", | ||
"piscina": "^4.3.1", | ||
@@ -65,0 +65,0 @@ "simdjson": "^0.9.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
7476710
28
347
2
1