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.2.6 to 0.2.7

12

lib/nlf.js

@@ -28,3 +28,3 @@ /**

* Is this module a development dependency of its parent?
*
*
* @param {Object} moduleData The module's data

@@ -179,3 +179,3 @@ * @return {Boolean} True if the module is a production dependency

* Add files to a module's collection
*
*
* @param {Array} filePaths Array of file paths

@@ -285,3 +285,3 @@ * @param {Array } collection The collection to add the fileSource objects to

* Convert an object to an array
*
*
* @param {Object} object The object

@@ -306,3 +306,3 @@ * @return {Array} An array made from each property of the object

* Process the options
*
*
* @param {Object} options The options object passed into find()

@@ -336,3 +336,3 @@ * @return {Object} Options that have been massaged

* Does a file exist?
*
*
* @param {String} filePath The path of the file

@@ -389,3 +389,3 @@ * @return {Boolean} True if the file exists

// use npm read-installed module to search out all the node modules
readInstalled(options.directory, null, log, function (err, data) {
readInstalled(options.directory, { log: log }, function (err, data) {

@@ -392,0 +392,0 @@ if (err) {

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

"author": "Ian Kelly <iandotkelly@gmail.com>",
"version": "0.2.6",
"version": "0.2.7",
"license": "MIT",
"bin" : {
"nlf" : "./bin/nlf-cli.js"
"bin": {
"nlf": "./bin/nlf-cli.js"
},

@@ -18,11 +18,11 @@ "homepage": "https://github.com/iandotkelly/nlf",

"dependencies": {
"commander": "~2.0.0",
"read-installed": "~0.2.4",
"glob": "~3.2.6",
"commander": "~2.1.0",
"read-installed": "~1.0.0",
"glob": "~3.2.7",
"archy": "~0.0.2"
},
"devDependencies": {
"jshint": "~2.1.10",
"should": "~1.3.0",
"mocha": "~1.13.0",
"jshint": "~2.4.3",
"should": "~3.1.2",
"mocha": "~1.17.1",
"globs": "~0.1.1"

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