Socket
Socket
Sign inDemoInstall

nlf

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nlf - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

7

bin/nlf-cli.js

@@ -0,1 +1,3 @@

#!/usr/bin/env node
/**

@@ -21,5 +23,2 @@ *

.version(pjson.version)
.option('-p, --production',
'production dependencies only, ignore any devDependencies in package.json (not implemented)')
.option('-c, --csv', 'report in csv format')
.parse(process.argv);

@@ -39,3 +38,3 @@

console.log(data[moduleIndex].toCsvRecord());
}
}
}

@@ -42,0 +41,0 @@

@@ -6,3 +6,3 @@ {

"author": "Ian Kelly <iandotkelly@gmail.com>",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",

@@ -9,0 +9,0 @@ "bin" : {

@@ -59,16 +59,2 @@ # Node License Finder (nlf)

## Revision History
### 0.0.3
- Attempt to resolve npm install issues
### 0.0.2
- Fixed issue with asyncronous recursion over npm data that caused nlf.find() to sometimes not complete
### 0.0.1
- First working version. Command line produces CSV output to standard out
## License

@@ -75,0 +61,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