jshint-growl-reporter
Advanced tools
Comparing version 0.1.1 to 1.0.0
var growl = require('growl'); | ||
var reduce = require('lodash.reduce'); | ||
var reduce = require('lodash/collection/reduce'); | ||
@@ -4,0 +4,0 @@ module.exports = { |
{ | ||
"name": "jshint-growl-reporter", | ||
"version": "0.1.1", | ||
"version": "1.0.0", | ||
"description": "Growl reporter for JSHint", | ||
@@ -17,8 +17,8 @@ "keywords": [ | ||
"scripts": { | ||
"test": "./node_modules/.bin/istanbul test ./node_modules/mocha/bin/_mocha --report html -- test/*.js --reporter spec", | ||
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && rm -rf ./coverage" | ||
"test": "istanbul test ./node_modules/mocha/bin/_mocha --report html -- test/*.js --reporter spec", | ||
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && rm -rf ./coverage" | ||
}, | ||
"dependencies": { | ||
"growl": "~1.7.0", | ||
"lodash.reduce": "~2.4.1" | ||
"lodash": "^3.9.3" | ||
}, | ||
@@ -25,0 +25,0 @@ "devDependencies": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
6603
+ Addedlodash@^3.9.3
+ Addedlodash@3.10.1(transitive)
- Removedlodash.reduce@~2.4.1
- Removedlodash._arraypool@2.4.1(transitive)
- Removedlodash._basebind@2.4.1(transitive)
- Removedlodash._basecreate@2.4.1(transitive)
- Removedlodash._basecreatecallback@2.4.1(transitive)
- Removedlodash._basecreatewrapper@2.4.1(transitive)
- Removedlodash._baseisequal@2.4.1(transitive)
- Removedlodash._createwrapper@2.4.1(transitive)
- Removedlodash._getarray@2.4.1(transitive)
- Removedlodash._isnative@2.4.1(transitive)
- Removedlodash._maxpoolsize@2.4.1(transitive)
- Removedlodash._objecttypes@2.4.1(transitive)
- Removedlodash._releasearray@2.4.1(transitive)
- Removedlodash._setbinddata@2.4.1(transitive)
- Removedlodash._shimkeys@2.4.1(transitive)
- Removedlodash._slice@2.4.1(transitive)
- Removedlodash.bind@2.4.1(transitive)
- Removedlodash.createcallback@2.4.4(transitive)
- Removedlodash.forin@2.4.1(transitive)
- Removedlodash.forown@2.4.1(transitive)
- Removedlodash.identity@2.4.1(transitive)
- Removedlodash.isfunction@2.4.1(transitive)
- Removedlodash.isobject@2.4.1(transitive)
- Removedlodash.keys@2.4.1(transitive)
- Removedlodash.noop@2.4.1(transitive)
- Removedlodash.property@2.4.1(transitive)
- Removedlodash.reduce@2.4.1(transitive)
- Removedlodash.support@2.4.1(transitive)