Socket
Socket
Sign inDemoInstall

encodr

Package Overview
Dependencies
66
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.5 to 1.3.0

3

Gruntfile.js

@@ -62,3 +62,2 @@ /*

} ],
"aliasify",
[ "uglifyify", { sourceMap: false, global: true } ]

@@ -87,3 +86,3 @@ ],

"targets": {
"node": "8.0.0"
"node": "12.0.0"
}

@@ -90,0 +89,0 @@ } ]

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

@@ -20,30 +20,25 @@ "keywords": [ "encode", "decode", "codec", "json", "cbor", "msgpack" ],

"bugs": "https://github.com/rse/encodr/issues",
"aliasify": {
"aliases": {
"cbor": "cbor-js"
}
},
"dependencies": {
"msgpack-lite": "0.1.26",
"cbor": "5.2.0",
"cbor-js": "0.1.0",
"utf8": "3.0.0"
"cbor": "7.0.5",
"utf8": "3.0.0",
"bignumber.js": "9.0.1",
"node-inspect-extracted": "1.0.7"
},
"devDependencies": {
"grunt": "1.3.0",
"grunt-cli": "1.3.2",
"grunt": "1.4.1",
"grunt-cli": "1.4.3",
"grunt-contrib-clean": "2.0.0",
"grunt-eslint": "23.0.0",
"grunt-babel": "8.0.0",
"grunt-browserify": "5.3.0",
"grunt-browserify": "6.0.0",
"grunt-mocha-test": "0.13.3",
"browserify": "17.0.0",
"aliasify": "2.1.0",
"babelify": "10.0.0",
"@babel/core": "7.12.10",
"@babel/preset-env": "7.12.11",
"@babel/register": "7.12.10",
"@babel/core": "7.14.3",
"@babel/preset-env": "7.14.2",
"@babel/register": "7.13.16",
"babel-eslint": "10.1.0",
"mocha": "8.2.1",
"chai": "4.2.0",
"mocha": "8.4.0",
"chai": "4.3.4",
"chai-deep-match": "1.2.1",

@@ -53,10 +48,10 @@ "uglifyify": "5.0.2",

"browserify-derequire": "1.1.1",
"eslint": "7.17.0",
"eslint-config-standard": "16.0.2",
"eslint": "7.27.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-import": "2.23.3",
"eslint-plugin-node": "11.1.0"
},
"engines": {
"node": ">=8.0.0"
"node": ">=12.0.0"
},

@@ -63,0 +58,0 @@ "scripts": {

@@ -21,6 +21,7 @@

]
} ]
} ],
[ "uglifyify", { sourceMap: false, global: true } ]
],
browserifyOptions: {
standalone: "ClientBrowser",
standalone: "Sample",
debug: false

@@ -27,0 +28,0 @@ }

@@ -6,3 +6,4 @@ {

"dependencies": {
"@babel/core": "7.12.10"
"@babel/core": "7.12.10",
"encodr": ".."
},

@@ -16,2 +17,3 @@ "devDependencies": {

"babelify": "10.0.0",
"uglifyify": "5.0.2",
"@babel/preset-env": "7.12.11",

@@ -18,0 +20,0 @@ "chai": "4.2.0",

const Encodr = require("..")
const Encodr = require("encodr")

@@ -4,0 +4,0 @@ const chai = require("chai")

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