analyze-deps
Advanced tools
Comparing version 1.0.1 to 2.0.0
{ | ||
"name": "analyze-deps", | ||
"version": "1.0.1", | ||
"description": "Compare dependencies in `package.json` to the latest available versions.", | ||
"main": "index.js", | ||
"version": "2.0.0", | ||
"description": "Compare dependencies in package.json to the latest available versions.", | ||
"main": "src/index.js", | ||
"repository": { | ||
@@ -12,3 +12,3 @@ "type": "git", | ||
"scripts": { | ||
"lint": "eslint index.js test", | ||
"lint": "eslint src test", | ||
"test": "nyc mocha test", | ||
@@ -29,9 +29,9 @@ "build": "npm run lint && npm test", | ||
"chai-as-promised": "^6.0.0", | ||
"eslint": "^3.7.1", | ||
"eslint": "^3.8.1", | ||
"mocha": "^3.1.2", | ||
"mock-require": "^1.3.0", | ||
"nyc": "^8.3.1" | ||
"nyc": "^8.3.2" | ||
}, | ||
"files": [ | ||
"index.js" | ||
"src" | ||
], | ||
@@ -62,3 +62,3 @@ "keywords": [ | ||
"include": [ | ||
"index.js" | ||
"src/*.js" | ||
], | ||
@@ -65,0 +65,0 @@ "exclude": [ |
@@ -8,3 +8,3 @@ [![Build Status](https://img.shields.io/codeship/ba96f3c0-7103-0134-0ab4-36aa8dc0a6fb/master.svg?style=flat-square)](https://codeship.com/projects/178250) | ||
Compare dependencies in `package.json` to the latest available versions. | ||
Compare dependencies in package.json to the latest available versions. | ||
@@ -46,2 +46,3 @@ ## Installation | ||
latest: '2.4.0', | ||
latestRange: '^2.4.0', | ||
diff: 'major' | ||
@@ -56,2 +57,3 @@ }, | ||
latest: '5.3.0', | ||
latestRange: '^5.3.0', | ||
diff: 'minor' | ||
@@ -65,2 +67,3 @@ } | ||
latest: '3.7.1', | ||
latestRange: '^3.7.1', | ||
diff: 'patch' | ||
@@ -77,3 +80,3 @@ } | ||
Currently, only `dependencies` and `devDependencies` are analyzed (feel free to submit a Pull Request if you need more than that). | ||
Currently, only `dependencies` and `devDependencies` are analyzed (feel free to submit a Pull Request if you need more than that). | ||
@@ -80,0 +83,0 @@ You can pass a second argument if you don't want to analyze everything. For example, to avoid analyzing `dependencies`, do: |
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
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
7977
5
92
91