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

bson-ext

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bson-ext - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

5

.vscode/settings.json
{
"files.associations": {
"__locale": "cpp",
"exception": "cpp"
}
"python.linting.pylintEnabled": true
}

@@ -0,1 +1,11 @@

<a name="2.0.2"></a>
## [2.0.2](https://github.com/christkv/bson-ext/compare/v2.0.0...v2.0.2) (2019-04-08)
### Bug Fixes
* **checkKeys:** allow through certain keys beginning with $ ([8382dde](https://github.com/christkv/bson-ext/commit/8382dde))
<a name="2.0.0"></a>

@@ -2,0 +12,0 @@ # 2.0.0 (2018-03-02)

8

package.json

@@ -9,3 +9,3 @@ {

],
"version": "2.0.1",
"version": "2.0.2",
"author": "Christian Amor Kvalheim <christkv@gmail.com>",

@@ -31,4 +31,3 @@ "contributors": [],

"mocha": "^3.5.3",
"mongodb-extjson": "^2.1.0",
"standard-version": "^4.4.0"
"mongodb-extjson": "^2.1.0"
},

@@ -43,4 +42,3 @@ "main": "./lib/index",

"install": "(node-gyp rebuild 2> builderror.log) || (exit 0)",
"test": "mocha ./test/node",
"release": "standard-version"
"test": "mocha ./test/node"
},

@@ -47,0 +45,0 @@ "licenses": [

@@ -26,3 +26,3 @@ # BSON parser

// use them to serialize and deserialize the types.
var bson = new BSON(new BSON([BSON.Binary, BSON.Code, BSON.DBRef, BSON.Decimal128, BSON.Double, BSON.Int32, BSON.Long, BSON.Map, BSON.MaxKey, BSON.MinKey, BSON.ObjectId, BSON.BSONRegExp, BSON.Symbol, BSON.Timestamp]));
var bson = new BSON([BSON.Binary, BSON.Code, BSON.DBRef, BSON.Decimal128, BSON.Double, BSON.Int32, BSON.Long, BSON.Map, BSON.MaxKey, BSON.MinKey, BSON.ObjectId, BSON.BSONRegExp, BSON.Symbol, BSON.Timestamp]);

@@ -29,0 +29,0 @@ // Serialize document

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