Comparing version 2.0.1 to 2.1.0
{ | ||
"name": "ejson", | ||
"version": "2.0.1", | ||
"description": "EJSON - Extended and Extensible JSON library from Meteor made compatible for Nodejs and Browserif", | ||
"version": "2.1.0", | ||
"description": "EJSON - Extended and Extensible JSON library from Meteor made compatible for Nodejs and Browserify", | ||
"main": "index.js", | ||
@@ -29,6 +29,6 @@ "scripts": { | ||
"devDependencies": { | ||
"assume": "0.0.x", | ||
"mocha": "2.1.x", | ||
"pre-commit": "0.0.x" | ||
"assume": "1.2.x", | ||
"mocha": "2.2.x", | ||
"pre-commit": "1.1.x" | ||
} | ||
} |
@@ -191,3 +191,10 @@ /** | ||
EJSON._getTypes = function () { | ||
return customTypes; | ||
}; | ||
EJSON._getConverters = function () { | ||
return builtinConverters; | ||
}; | ||
// for both arrays and objects, in-place modification. | ||
@@ -194,0 +201,0 @@ var adjustTypesToJSONValue = |
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
8
24853
674
1