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 Versions

1.2.0

Diff

Changelog

Source

[1.2.0] 2024-05-05

  • Implement a solution to #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
mmomtchev
published 1.1.0 •

Changelog

Source

[1.1.0] 2024-04-26

  • Pre-built binaries for macOS 14 / ARM64
  • Update simdjson to 3.9.1

[1.0.1] 2024-02-14

  • Fix #70, crash when using .toObjectAsync() from multiple worker_thread
  • Update simdjson to 3.6.4
mmomtchev
published 1.0.1 •

mmomtchev
published 1.0.0 •

Changelog

Source

[1.0.0] 2023-10-30

  • Implement an object store keeping weak references to all objects returned to JavaScript and reusing them when possible
  • In TypeScript, return JSON<any> for JSON.path() when the string cannot be parsed by the type system instead of never
  • Allow the suppression of the exception in .path()
  • Fix #15, .toObjectAsync() crash on empty objects

[0.9.4] 2023-10-09

  • A new method .path(rfc6901: string) allows to directly retrieve a deeply nested JSON element using an RFC6901 path
  • A new method .proxify() allows the creation of a Proxy object that gives the illusion of working with a real native JS object
  • A new getter .type allows to identify the type of the underlying JSON element

[0.9.3] 2023-10-04

  • A new method .expand() returns primitive values as JavaScript values instead of a JSON object with a single primitive value
  • Support automatic carrying over of complex TypeScript types via generics
  • Fix #7, handle exceptions in synchronous mode

[0.9.2] 2023-10-03

  • Add an exports object to package.json for ES6 compatibility

[0.9.1] 2023-10-03

  • Fix node-pre-gyp automatic retrieval/build of binaries
mmomtchev
published 1.0.0-rc.0 •

mmomtchev
published 0.9.4 •

mmomtchev
published 0.9.3 •

mmomtchev
published 0.9.2 •

mmomtchev
published 0.9.1 •

mmomtchev
published 0.9.0 •

Changelog

Source

[0.9.0] 2023-10-03

  • First alpha release
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