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

cli-flags

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-flags - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

5

lib/parse.js

@@ -5,3 +5,6 @@ "use strict";

try {
debug = require('debug')('cli-flags');
if (process.env.CLI_FLAGS_DEBUG !== '1')
debug = () => { };
else
debug = require('debug')('cli-flags');
}

@@ -8,0 +11,0 @@ catch (err) {

8

package.json
{
"name": "cli-flags",
"description": "basic CLI flag parser",
"version": "2.0.6",
"version": "2.0.7",
"author": "Jeff Dickey",

@@ -14,3 +14,3 @@ "bugs": "https://github.com/heroku/cli-flags/issues",

"@types/chalk": "2.2.0",
"@types/jest": "^21.1.9",
"@types/jest": "^22.0.0",
"@types/lodash": "^4.14.91",

@@ -25,3 +25,2 @@ "@types/node": "^8.5.2",

"prettier": "^1.9.2",
"remap-istanbul": "^0.9.5",
"ts-jest": "^22.0.0",

@@ -47,7 +46,6 @@ "ts-node": "^4.1.0",

"scripts": {
"coverage": "cat coverage/coverage-final.json | remap-istanbul -o coverage/coverage-final.json && curl -s https://codecov.io/bash | bash",
"posttest": "tslint -p .",
"precommit": "lint-staged",
"prepare": "del lib && tsc && del 'lib/**/*.test.js' 'lib/**/*.test.d.ts'",
"pretest": "tsc --sourcemap",
"pretest": "tsc",
"test": "jest"

@@ -54,0 +52,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