Comparing version 1.3.2 to 1.3.3
/* | ||
** Encodr -- Encoding/Decoding to/from JSON/CBOR/MsgPack | ||
** Copyright (c) 2017-2021 Dr. Ralf S. Engelschall <rse@engelschall.com> | ||
** Copyright (c) 2017-2022 Dr. Ralf S. Engelschall <rse@engelschall.com> | ||
** | ||
@@ -5,0 +5,0 @@ ** Permission is hereby granted, free of charge, to any person obtaining |
{ | ||
"name": "encodr", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Encoding/Decoding to/from JSON/CBOR/MsgPack", | ||
@@ -22,11 +22,11 @@ "keywords": [ "encode", "decode", "codec", "json", "cbor", "msgpack" ], | ||
"msgpack-lite": "0.1.26", | ||
"cbor": "8.0.2", | ||
"cbor": "8.1.0", | ||
"utf8": "3.0.0", | ||
"bignumber.js": "9.0.1", | ||
"node-inspect-extracted": "1.0.8" | ||
"bignumber.js": "9.0.2", | ||
"node-inspect-extracted": "1.1.0" | ||
}, | ||
"devDependencies": { | ||
"grunt": "1.4.1", | ||
"grunt": "1.5.2", | ||
"grunt-cli": "1.4.3", | ||
"grunt-contrib-clean": "2.0.0", | ||
"grunt-contrib-clean": "2.0.1", | ||
"grunt-eslint": "24.0.0", | ||
@@ -38,8 +38,7 @@ "grunt-babel": "8.0.0", | ||
"babelify": "10.0.0", | ||
"@babel/core": "7.15.8", | ||
"@babel/preset-env": "7.15.8", | ||
"@babel/register": "7.15.3", | ||
"babel-eslint": "10.1.0", | ||
"mocha": "9.1.3", | ||
"chai": "4.3.4", | ||
"@babel/core": "7.17.9", | ||
"@babel/preset-env": "7.16.11", | ||
"@babel/register": "7.17.7", | ||
"mocha": "9.2.2", | ||
"chai": "4.3.6", | ||
"chai-deep-match": "1.2.1", | ||
@@ -49,5 +48,5 @@ "uglifyify": "5.0.2", | ||
"browserify-derequire": "1.1.1", | ||
"eslint": "7.32.0", | ||
"eslint-config-standard": "16.0.3", | ||
"eslint-plugin-import": "2.25.2", | ||
"eslint": "8.13.0", | ||
"eslint-config-standard": "17.0.0", | ||
"eslint-plugin-import": "2.26.0", | ||
"eslint-plugin-node": "11.1.0" | ||
@@ -54,0 +53,0 @@ }, |
@@ -107,3 +107,3 @@ | ||
Copyright (c) 2017-2021 Dr. Ralf S. Engelschall (http://engelschall.com/) | ||
Copyright (c) 2017-2022 Dr. Ralf S. Engelschall (http://engelschall.com/) | ||
@@ -110,0 +110,0 @@ Permission is hereby granted, free of charge, to any person obtaining |
@@ -6,15 +6,15 @@ { | ||
"dependencies": { | ||
"@babel/core": "7.12.10", | ||
"@babel/core": "7.17.9", | ||
"encodr": ".." | ||
}, | ||
"devDependencies": { | ||
"grunt": "1.3.0", | ||
"grunt-cli": "1.3.2", | ||
"grunt-contrib-clean": "2.0.0", | ||
"grunt-browserify": "5.3.0", | ||
"grunt": "1.5.2", | ||
"grunt-cli": "1.4.3", | ||
"grunt-contrib-clean": "2.0.1", | ||
"grunt-browserify": "6.0.0", | ||
"browserify": "17.0.0", | ||
"babelify": "10.0.0", | ||
"uglifyify": "5.0.2", | ||
"@babel/preset-env": "7.12.11", | ||
"chai": "4.2.0", | ||
"@babel/preset-env": "7.16.11", | ||
"chai": "4.3.6", | ||
"chai-deep-match": "1.2.1", | ||
@@ -21,0 +21,0 @@ "rimraf": "3.0.2" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
198492
22
1184
+ Addedbignumber.js@9.0.2(transitive)
+ Addedcbor@8.1.0(transitive)
+ Addednode-inspect-extracted@1.1.0(transitive)
- Removedbignumber.js@9.0.1(transitive)
- Removedcbor@8.0.2(transitive)
- Removednode-inspect-extracted@1.0.8(transitive)
Updatedbignumber.js@9.0.2
Updatedcbor@8.1.0
Updatednode-inspect-extracted@1.1.0