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.6 to 1.0.7

76

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

@@ -26,41 +26,41 @@ "keywords": [ "encode", "decode", "codec", "json", "cbor", "msgpack" ],

"dependencies": {
"msgpack-lite": "~0.1.26",
"cbor": "~3.0.3",
"cbor-js": "~0.1.0",
"utf8": "~3.0.0",
"babel-runtime": "~6.26.0"
"msgpack-lite": "0.1.26",
"cbor": "4.0.0",
"cbor-js": "0.1.0",
"utf8": "3.0.0",
"babel-runtime": "6.26.0"
},
"devDependencies": {
"grunt": "~1.0.2",
"grunt-cli": "~1.2.0",
"grunt-contrib-clean": "~1.1.0",
"grunt-eslint": "~20.1.0",
"grunt-babel": "~7.0.0",
"grunt-browserify": "~5.2.0",
"grunt-mocha-test": "~0.13.3",
"browserify": "~16.0.0",
"aliasify": "~2.1.0",
"babelify": "~8.0.0",
"babel-core": "~6.26.0",
"babel-preset-es2015": "~6.24.1",
"babel-preset-es2016": "~6.24.1",
"babel-preset-es2017": "~6.24.1",
"babel-preset-stage-3": "~6.24.1",
"babel-preset-stage-2": "~6.24.1",
"babel-preset-env": "~1.6.1",
"babel-plugin-transform-runtime": "~6.23.0",
"babel-register": "~6.26.0",
"babel-eslint": "~8.2.1",
"mocha": "~5.0.0",
"chai": "~4.1.2",
"chai-deep-match": "~1.0.2",
"uglifyify": "~4.0.5",
"browserify-header": "~0.9.2",
"browserify-derequire": "~0.9.4",
"eslint": "~4.17.0",
"eslint-config-standard": "~10.2.1",
"eslint-plugin-standard": "~3.0.1",
"eslint-plugin-promise": "~3.6.0",
"eslint-plugin-import": "~2.8.0",
"eslint-plugin-node": "~6.0.0"
"grunt": "1.0.2",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.1.0",
"grunt-eslint": "20.1.0",
"grunt-babel": "7.0.0",
"grunt-browserify": "5.2.0",
"grunt-mocha-test": "0.13.3",
"browserify": "16.1.1",
"aliasify": "2.1.0",
"babelify": "8.0.0",
"babel-core": "6.26.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-es2016": "6.24.1",
"babel-preset-es2017": "6.24.1",
"babel-preset-stage-3": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"babel-preset-env": "1.6.1",
"babel-plugin-transform-runtime": "6.23.0",
"babel-register": "6.26.0",
"babel-eslint": "8.2.2",
"mocha": "5.0.5",
"chai": "4.1.2",
"chai-deep-match": "1.0.2",
"uglifyify": "4.0.5",
"browserify-header": "0.9.2",
"browserify-derequire": "0.9.4",
"eslint": "4.19.1",
"eslint-config-standard": "11.0.0",
"eslint-plugin-standard": "3.0.1",
"eslint-plugin-promise": "3.7.0",
"eslint-plugin-import": "2.9.0",
"eslint-plugin-node": "6.0.1"
},

@@ -67,0 +67,0 @@ "scripts": {

@@ -8,15 +8,15 @@ {

"devDependencies": {
"grunt": "~1.0.1",
"grunt-cli": "~1.2.0",
"grunt-contrib-clean": "~1.1.0",
"grunt-browserify": "~5.0.0",
"browserify": "~14.4.0",
"babelify": "~7.3.0",
"babel-preset-es2015": "~6.24.1",
"babel-preset-es2016": "~6.24.1",
"babel-preset-es2017": "~6.24.1",
"babel-plugin-transform-runtime": "~6.23.0",
"chai": "~4.0.2",
"chai-deep-match": "~1.0.2",
"rimraf": "~2.6.1"
"grunt": "1.0.2",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.1.0",
"grunt-browserify": "5.2.0",
"browserify": "16.1.1",
"babelify": "8.0.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-es2016": "6.24.1",
"babel-preset-es2017": "6.24.1",
"babel-plugin-transform-runtime": "6.23.0",
"chai": "4.1.2",
"chai-deep-match": "1.0.2",
"rimraf": "2.6.2"
},

@@ -23,0 +23,0 @@ "scripts": {

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