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

ampersand-collection-filterable

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ampersand-collection-filterable - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

44

package.json

@@ -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"
}
}
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