Comparing version 1.2.0 to 1.2.1
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 @@ ==================== |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
2704005
27
94205
181
4
6
1
+ Addedfs.realpath@1.0.0(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedhosted-git-info@2.8.9(transitive)
+ Addedis-core-module@2.15.1(transitive)
+ Addedjson-parse-even-better-errors@2.3.1(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addednormalize-package-data@2.5.0(transitive)
+ Addednpm-normalize-package-bin@1.0.1(transitive)
+ Addedpath-parse@1.0.7(transitive)
+ Addedread-installed@4.0.0(transitive)
+ Addedread-package-json@2.1.2(transitive)
+ Addedresolve@1.22.8(transitive)
+ Addedspdx-correct@3.2.0(transitive)
+ Addedspdx-exceptions@2.5.0(transitive)
+ Addedspdx-expression-parse@3.0.1(transitive)
+ Addedspdx-license-ids@3.0.20(transitive)
+ Addedsupports-preserve-symlinks-flag@1.0.0(transitive)
+ Addedvalidate-npm-package-license@3.0.4(transitive)
- Removedgithub-url-from-git@1.5.0(transitive)
- Removedgithub-url-from-username-repo@1.0.2(transitive)
- Removedglob@5.0.15(transitive)
- Removedjju@1.4.0(transitive)
- Removedjson-parse-helpfulerror@1.0.3(transitive)
- Removednormalize-package-data@1.0.3(transitive)
- Removedread-installed@3.1.5(transitive)
- Removedread-package-json@1.3.3(transitive)
Updatedread-installed@4.0.0