Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

json-mask

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-mask - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

18

package.json
{
"name": "json-mask",
"version": "1.0.1",
"version": "1.0.2",
"description": "Tiny language and engine for selecting specific parts of a JS object, hiding the rest.",

@@ -8,6 +8,6 @@ "main": "lib/index",

"test": "npm run lint && mocha",
"test:all": "nve 8 10 12 \"*\" mocha",
"test:all": "nve --parallel 8,10,12,14 mocha",
"test-watch": "mocha -w -G -R min",
"test-cov": "nyc --reporter=html --reporter=text mocha",
"lint": "standard 'lib/**/*.js' 'test/**/*.js'",
"lint": "standard 'lib/**/*.js' 'test/**/*.js' 'bin/**/*.js'",
"build-browser": "npm run-script _build-browser-full; npm run-script _build-browser-license; npm run-script _build-browser-min",

@@ -35,8 +35,8 @@ "_build-browser-full": "browserify -s jsonMask -e lib/index.js | sed -e \"s/\\[ *'.*' *\\]/;/\" > build/jsonMask.js",

"devDependencies": {
"browserify": "^16.5.0",
"mocha": "^7.0.1",
"nve": "^8.3.0",
"nyc": "^15.0.0",
"standard": "^14.3.1",
"uglifyjs": "^2.4.11"
"browserify": "^16.5.2",
"mocha": "^7.2.0",
"nve": "^13.0.0",
"nyc": "^15.1.0",
"standard": "^14.3.4",
"uglify-js": "^3.10.4"
},

@@ -43,0 +43,0 @@ "testling": {

Sorry, the diff of this file is not supported yet

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