Socket
Socket
Sign inDemoInstall

pouchdb-all-dbs

Package Overview
Dependencies
38
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.1.0

38

package.json
{
"name": "pouchdb-all-dbs",
"version": "1.0.2",
"version": "1.1.0",
"description": "PouchDB allDbs plugin",

@@ -24,3 +24,3 @@ "main": "lib/index.js",

"scripts": {
"test-node": "TEST_DB=testdb istanbul test ./node_modules/mocha/bin/_mocha test/test.js",
"test-node": "TEST_DB=testdb nyc mocha --include test/test.js --exclude test/webrunner.js",
"test-browser": "./bin/test-browser.js",

@@ -33,28 +33,28 @@ "jshint": "jshint -c .jshintrc lib/*.js test/test.js",

"dev-server": "./bin/dev-server.js",
"coverage": "npm test --coverage && istanbul check-coverage --lines 100 --function 100 --statements 100 --branches 100"
"coverage": "npm test --coverage && nyc check-coverage --lines 100 --function 100 --statements 100 --branches 100"
},
"dependencies": {
"argsarray": "0.0.1",
"es3ify": "^0.1.3",
"es3ify": "^0.2.2",
"inherits": "~2.0.1",
"pouchdb-promise": "5.4.3",
"pouchdb-promise": "6.4.3",
"tiny-queue": "^0.2.0"
},
"devDependencies": {
"bluebird": "^1.0.7",
"browserify": "^12.0.2",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"http-server": "~0.5.5",
"istanbul": "^0.2.7",
"jshint": "~2.8.0",
"mocha": "^2.4.5",
"bluebird": "^3.7.2",
"browserify": "^17.0.0",
"chai": "^4.3.0",
"chai-as-promised": "^7.1.1",
"http-server": "~0.12.3",
"jshint": "~2.12.0",
"mocha": "^8.3.0",
"nyc": "^15.1.0",
"phantomjs-prebuilt": "^2.1.7",
"pouchdb": "^5.4.0",
"pouchdb": "^7.2.2",
"request": "^2.36.0",
"sauce-connect-launcher": "^0.14.0",
"selenium-standalone": "^5.1.0",
"uglify-js": "^2.4.13",
"watchify": "^3.1.0",
"wd": "^0.2.21"
"sauce-connect-launcher": "^1.3.2",
"selenium-standalone": "^6.23.0",
"uglify-js": "^3.12.7",
"watchify": "^4.0.0",
"wd": "^1.14.0"
},

@@ -61,0 +61,0 @@ "browser": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc