Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mongodb-extjson

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-extjson - npm Package Versions

2

2.1.5

Diff

mbroadst
published 4.0.0-rc1 •

daprahamian
published 3.0.3 •

Changelog

Source

3.0.3 (2018-07-13)

Bug Fixes

  • breaking: reverts breaking changes in v3.0.1 and v3.0.2 (3fab274)

<a name="2.1.4"></a>

daprahamian
published 3.0.2 •

Changelog

Source

3.0.3 (2018-07-13)

Bug Fixes

  • breaking: reverts breaking changes in v3.0.1 and v3.0.2 (3fab274)

<a name="2.1.4"></a>

mbroadst
published 3.0.1 •

mbroadst
published 3.0.0 •

daprahamian
published 2.1.4 •

Changelog

Source

2.1.4 (2018-05-31)

Bug Fixes

  • binary: generate valid base64 for non-Buffer types (44afbb8)
  • parsing: support encoding and decoding RegExps (06691f6)

<a name="2.1.3"></a>

daprahamian
published 2.1.3 •

Changelog

Source

2.1.3 (2018-05-01)

Bug Fixes

  • date: fix date decode in relaxed mode (#13) (dc416aa)

<a name="2.1.2"></a>

mbroadst
published 2.1.2 •

Changelog

Source

2.1.2 (2018-04-06)

Features

  • bson: bump dependency on js-bson to track 2.x (f00bc9f)

<a name="2.1.1"></a>

mbroadst
published 2.1.1 •

Changelog

Source

2.1.1 (2018-04-01)

Features

  • browser: Added browser parameter in package.json pointing to transpiled dist (97b0feb)
  • double: supported relaxed mode for double parsing (0ee5016)
  • int32: support relaxed parsing of int32 types (c8513cb)
  • long: support relaxed parsing of long types (ac52ae5)
  • parsing: support relaxed parsing of extended json (92e06d3)

<a name="2.0.0"></a>

Features

  • make compliant with extended JSON 2.0.0 spec and add corpus tests (7818d61)
  • binary: removing browser buffer support (dc556c8)

BREAKING CHANGES

  • Methods now exist on a global instance of ExtJSON. Whereas previously the library was consumed as such:

    const extJSON = require('mongodb-extjson');
    const EJSON = new extJSON();
    EJSON.parse(...);
    

    it is now consumed thusly:

    const EJSON = require('mongodb-extjson');
    EJSON.parse(...);
    
  • binary: Removes out-of-box support for Binary serialization on web platforms. Users will have to polyfill node Buffer type

  • Library is now compliant with Extended JSON v2.0.0, and as such may not be compatible with v1.0.0 Extended JSON objects.

<a name="1.0.5"></a>

2
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