Socket
Socket
Sign inDemoInstall

json-e

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-e - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

src/builtins.js

15

package.json
{
"name": "json-e",
"version": "2.0.4",
"version": "2.0.5",
"description": "json parameterization module inspired from json-parameterization",
"main": "./lib/index.js",
"main": "./src/index.js",
"scripts": {
"compile": "babel-compile -p taskcluster src:lib test:.test",
"pretest": "npm run compile",
"test": "npm run compile && mocha .test/*_test.js",
"prepublish": "npm run compile && npm test",
"test": "mocha test/*_test.js",
"prepublish": "npm test",
"build-demo": "cd demo && yarn && yarn build",

@@ -15,3 +13,3 @@ "start-demo": "cd demo && yarn && yarn start"

"files": [
"lib"
"src"
],

@@ -29,5 +27,2 @@ "repository": {

"assume": "^1.4.1",
"babel-cli": "^6.24.1",
"babel-compile": "^2.0.0",
"babel-preset-taskcluster": "^3.0.0",
"browserify": "^14.4.0",

@@ -34,0 +29,0 @@ "eslint-config-taskcluster": "^2.0.0",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc