Comparing version 1.3.1 to 1.3.2
@@ -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
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
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
197770
1182
+ Addedcbor@8.0.2(transitive)
- Removedcbor@8.0.0(transitive)
Updatedcbor@8.0.2