Socket
Socket
Sign inDemoInstall

serialize-to-js

Package Overview
Dependencies
41
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

35

package.json
{
"name": "serialize-to-js",
"version": "1.2.1",
"version": "1.2.2",
"description": "serialize objects to javascript",

@@ -14,2 +14,6 @@ "keywords": [

},
"repository": {
"type": "git",
"url": "https://github.com/commenthol/serialize-to-js.git"
},
"license": "MIT",

@@ -22,10 +26,6 @@ "author": "commenthol <commenthol@gmail.com>",

},
"repository": {
"type": "git",
"url": "https://github.com/commenthol/serialize-to-js.git"
},
"scripts": {
"all": "npm run lint && npm test",
"clean": "rimraf doc coverage node_modules *.tgz",
"cover": "nyc -r text -r html npm test",
"clean": "rimraf doc coverage .nyc_output node_modules *.tgz",
"coverage": "nyc -r text -r html npm test",
"doc": "jsdox -o doc lib/*.js",

@@ -47,14 +47,15 @@ "lint": "eslint '**/*.js'",

"dependencies": {
"js-beautify": "^1.7.5",
"safer-eval": "^1.2.3"
"js-beautify": "^1.8.9",
"safer-eval": "^1.3.0"
},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"istanbul": "^0.4.5",
"mocha": "^5.0.1",
"eslint": "^5.11.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"jsdox": "^0.4.10",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"rimraf": "^2.6.2"

@@ -61,0 +62,0 @@ },

@@ -61,3 +61,3 @@ # serialize-to-js

date: new Date(),
buffer: new Buffer('data'),
buffer: Buffer.from('data'),
}

@@ -64,0 +64,0 @@ console.log(serialize(obj))

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc