New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

everything-json

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

everything-json - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

scripts/publish-packages.mjs

1

.mocharc.json

@@ -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

6

package.json

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc