Comparing version 2.0.1 to 2.0.2
{ | ||
"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) |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5
119723
12
154
2