Socket
Socket
Sign inDemoInstall

ejson

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ejson - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

.npmignore

10

package.json
{
"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 =

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