ampersand-collection-filterable
Advanced tools
Comparing version 0.2.1 to 0.3.0
@@ -5,3 +5,3 @@ { | ||
"author": "Lucas Hrabovsky <hrabovsky.lucas@gmail.com>", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"bugs": "https://github.com/mongodb-js/ampersand-collection-filterable/issues", | ||
@@ -16,39 +16,25 @@ "homepage": "https://github.com/mongodb-js/ampersand-collection-filterable", | ||
"scripts": { | ||
"test-ci": "zuul -- test/index.test.js", | ||
"start": "zuul --local 3001 --open -- test/index.test.js", | ||
"test": "zuul --phantom -- /test/index.test.js", | ||
"lint": "jshint", | ||
"format": "jsfmt", | ||
"check-missing": "dependency-check ./ --missing", | ||
"check-unused": "dependency-check ./ --unused" | ||
"test": "mocha", | ||
"check": "mongodb-js-precommit test/*.js ampersand-collection-filterable.js" | ||
}, | ||
"precommit": [ | ||
"format", | ||
"lint", | ||
"check-unused", | ||
"check-missing", | ||
"test" | ||
], | ||
"dependency-check": { | ||
"entries": [ | ||
"ampersand-collection-filterable.js" | ||
] | ||
}, | ||
"main": "ampersand-collection-filterable.js", | ||
"dependencies": { | ||
"debug": "^2.2.0", | ||
"debug": "^4.1.1", | ||
"lodash.debounce": "^3.1.1", | ||
"lodash.difference": "^3.2.2", | ||
"lodash.filter": "^3.1.1", | ||
"lodash.difference": "^4.5.0", | ||
"lodash.filter": "^4.6.0", | ||
"lodash.foreach": "^3.0.3", | ||
"lodash.union": "^3.1.0" | ||
"lodash.union": "^4.6.0" | ||
}, | ||
"devDependencies": { | ||
"ampersand-collection": "^1.4.5", | ||
"ampersand-state": "^4.5.6", | ||
"dependency-check": "^2.5.0", | ||
"esformatter-braces": "^1.2.1", | ||
"esformatter-quotes": "^1.0.2", | ||
"esformatter-semicolons": "^1.0.3", | ||
"jsfmt": "^0.4.1", | ||
"jshint": "^2.8.0", | ||
"mocha": "^2.2.5", | ||
"phantomjs": "^1.9.17", | ||
"zuul": "^3.2.0" | ||
"ampersand-state": "^5.0.3", | ||
"mocha": "^7.0.0", | ||
"mongodb-js-precommit": "^2.1.0" | ||
} | ||
} |
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
4
6040
4
+ Addeddebug@4.4.0(transitive)
+ Addedlodash.difference@4.5.0(transitive)
+ Addedlodash.filter@4.6.0(transitive)
+ Addedlodash.union@4.6.0(transitive)
+ Addedms@2.1.3(transitive)
- Removeddebug@2.6.9(transitive)
- Removedlodash._arrayfilter@3.0.0(transitive)
- Removedlodash._basecallback@3.3.1(transitive)
- Removedlodash._basedifference@3.0.3(transitive)
- Removedlodash._basefilter@3.0.0(transitive)
- Removedlodash._baseflatten@3.1.4(transitive)
- Removedlodash._baseindexof@3.1.0(transitive)
- Removedlodash._baseisequal@3.0.7(transitive)
- Removedlodash._baseuniq@3.0.3(transitive)
- Removedlodash._cacheindexof@3.0.2(transitive)
- Removedlodash._createcache@3.1.2(transitive)
- Removedlodash.difference@3.2.2(transitive)
- Removedlodash.filter@3.1.1(transitive)
- Removedlodash.istypedarray@3.0.6(transitive)
- Removedlodash.pairs@3.0.1(transitive)
- Removedlodash.restparam@3.6.1(transitive)
- Removedlodash.union@3.1.0(transitive)
- Removedms@2.0.0(transitive)
Updateddebug@^4.1.1
Updatedlodash.difference@^4.5.0
Updatedlodash.filter@^4.6.0
Updatedlodash.union@^4.6.0