Socket
Socket
Sign inDemoInstall

encodr

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

encodr - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

27

package.json
{
"name": "encodr",
"version": "1.0.0",
"version": "1.0.1",
"description": "Encoding/Decoding to/from JSON/CBOR/MsgPack",

@@ -8,2 +8,3 @@ "keywords": [ "encode", "decode", "codec", "json", "cbor", "msgpack" ],

"main": "./lib/encodr.node.js",
"license": "MIT",
"repository": {

@@ -18,6 +19,2 @@ "type": "git",

},
"licenses": [{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}],
"homepage": "https://github.com/rse/encodr",

@@ -32,3 +29,3 @@ "bugs": "https://github.com/rse/encodr/issues",

"msgpack-lite": "~0.1.26",
"cbor": "~3.0.0",
"cbor": "~3.0.2",
"cbor-js": "~0.1.0",

@@ -54,3 +51,3 @@ "utf8": "~2.1.2",

"babel-preset-stage-2": "~6.24.1",
"babel-preset-env": "~1.5.2",
"babel-preset-env": "~1.6.0",
"babel-plugin-transform-runtime": "~6.23.0",

@@ -60,19 +57,19 @@ "babel-register": "~6.24.1",

"mocha": "~3.4.2",
"chai": "~4.0.2",
"chai": "~4.1.0",
"chai-deep-match": "~1.0.2",
"uglifyify": "~4.0.1",
"uglifyify": "~4.0.2",
"browserify-header": "~0.9.2",
"browserify-derequire": "~0.9.4",
"eslint": "~4.0.0",
"eslint": "~4.2.0",
"eslint-config-standard": "~10.2.1",
"eslint-plugin-standard": "~3.0.1",
"eslint-plugin-promise": "~3.5.0",
"eslint-plugin-import": "~2.3.0",
"eslint-plugin-node": "~5.0.0"
"eslint-plugin-import": "~2.7.0",
"eslint-plugin-node": "~5.1.1"
},
"scripts": {
"prepublish": "grunt default",
"build": "grunt default",
"test": "grunt test"
"prepublishOnly": "grunt default",
"build": "grunt default",
"test": "grunt test"
}
}
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