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

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 1.2.0 to 1.2.1

.coverdata/.cover_5598896653391421/_Users_ian_Personal_nlf_lib_file-source.js

5

history.md
1.2.1 (Apr 12, 2015)
* Move project from 'make' to 'gulp' for easier support on Windows
* Bump dependencies
1.2.0 (Mar 29, 2015)

@@ -3,0 +8,0 @@ ====================

13

package.json

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

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

@@ -21,7 +21,10 @@ "bin": {

"glob-all": "3.0.1",
"read-installed": "3.1.5"
"read-installed": "4.0.0"
},
"devDependencies": {
"jshint": "^2.6.3",
"mocha": "^2.2.1",
"gulp": "^3.8.11",
"gulp-coverage": "^0.3.34",
"gulp-coveralls": "^0.1.3",
"gulp-jshint": "^1.10.0",
"gulp-mocha": "^2.0.1",
"should": "^5.2.0"

@@ -43,4 +46,4 @@ },

"scripts": {
"test": "make"
"test": "gulp travis"
}
}
<!-- @@NLF-IGNORE@@ -->
# Node License Finder (nlf) [![Build Status](https://secure.travis-ci.org/iandotkelly/nlf.png)](http://travis-ci.org/iandotkelly/nlf) [![Dependency Status](https://gemnasium.com/iandotkelly/nlf.png)](https://gemnasium.com/iandotkelly/nlf)
# Node License Finder (nlf)
[![Version](https://img.shields.io/npm/v/nlf.svg)](https://www.npmjs.com/package/nlf) [![Downloads](https://img.shields.io/npm/dm/nlf.svg)](https://www.npmjs.com/package/nlf)
[![Build Status](https://img.shields.io/travis/iandotkelly/nlf.svg)](https://travis-ci.org/iandotkelly/nlf) [![Dependency Status](https://gemnasium.com/iandotkelly/nlf.png)](https://gemnasium.com/iandotkelly/nlf)
[![Codacy Badge](https://www.codacy.com/project/badge/2c7e00c886b14a3a81e06a5eec19aa1f)](https://www.codacy.com/app/iandotkelly/nlf)
[![Coveralls](https://img.shields.io/coveralls/iandotkelly/nlf.svg)](https://coveralls.io/r/iandotkelly/nlf)
nlf is a utility for attempting to identify the licenses of modules in a node.js project.

@@ -142,8 +147,10 @@

To run the npm unit tests, install development dependencies and run tests with 'npm test' or 'make'.
To run the unit tests, install development dependencies and run tests with 'gulp'. Requires [gulp.js](http://gulpjs.com/) to be installed globally.
```sh
# only need to install gulp if you have not done so already
$ npm install -g gulp
$ cd nlf
$ npm install
$ npm test
$ gulp
```

@@ -150,0 +157,0 @@ If you contribute to the project, tests are written in [mocha](http://visionmedia.github.com/mocha/), using [should.js](https://github.com/visionmedia/should.js/) or the node.js assert module.

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