Socket
Socket
Sign inDemoInstall

encodr

Package Overview
Dependencies
65
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.3.2

6

Gruntfile.js

@@ -35,3 +35,3 @@ /*

options: {
configFile: "eslint.yaml"
overrideConfigFile: "eslint.yaml"
},

@@ -43,3 +43,5 @@ "gruntfile": [ "Gruntfile.js" ],

options: {
envs: [ "node", "mocha" ]
overrideConfig: {
env: { node: true, mocha: true }
}
}

@@ -46,0 +48,0 @@ }

{
"name": "encodr",
"version": "1.3.1",
"version": "1.3.2",
"description": "Encoding/Decoding to/from JSON/CBOR/MsgPack",

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

"msgpack-lite": "0.1.26",
"cbor": "8.0.0",
"cbor": "8.0.2",
"utf8": "3.0.0",

@@ -32,3 +32,3 @@ "bignumber.js": "9.0.1",

"grunt-contrib-clean": "2.0.0",
"grunt-eslint": "23.0.0",
"grunt-eslint": "24.0.0",
"grunt-babel": "8.0.0",

@@ -39,7 +39,7 @@ "grunt-browserify": "6.0.0",

"babelify": "10.0.0",
"@babel/core": "7.15.0",
"@babel/preset-env": "7.15.0",
"@babel/core": "7.15.8",
"@babel/preset-env": "7.15.8",
"@babel/register": "7.15.3",
"babel-eslint": "10.1.0",
"mocha": "9.0.3",
"mocha": "9.1.3",
"chai": "4.3.4",

@@ -52,3 +52,3 @@ "chai-deep-match": "1.2.1",

"eslint-config-standard": "16.0.3",
"eslint-plugin-import": "2.24.0",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-node": "11.1.0"

@@ -55,0 +55,0 @@ },

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc