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

cz

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cz - npm Package Compare versions

Comparing version 1.7.3 to 1.7.4

.nyc_output/827287f5223b17d759e16e04c18f9cdd.json

7

package.json
{
"name": "cz",
"version": "1.7.3",
"version": "1.7.4",
"description": "A simple config utility for nodejs",
"main": "lib/index.js",
"scripts": {
"test": "xo && npm run build && mocha --compilers js:babel-core/register ./test/**/* --arg:test=arg_test_value",
"coverage": "cross-env NODE_ENV=test nyc mocha ./test/**/* --arg:test=arg_test_value",
"test": "xo && npm run coverage",
"coverage": "cross-env NODE_ENV=test nyc mocha ./test/**/* --arg:test=arg_test_value && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage && rm -rf ./nyc_output",
"build": "babel -d lib/ src/",

@@ -40,2 +40,3 @@ "prepublish": "npm run build"

"chai": "^3.5.0",
"coveralls": "^2.13.0",
"cross-env": "^4.0.0",

@@ -42,0 +43,0 @@ "istanbul": "^0.4.5",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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