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

pouchdb-utils

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-utils - npm Package Compare versions

Comparing version 6.1.1 to 6.1.2

lib/index-browser.es.js

28

package.json
{
"name": "pouchdb-utils",
"version": "6.1.1",
"version": "6.1.2",
"description": "Unassorted utilities used by PouchDB.",

@@ -10,15 +10,6 @@ "main": "./lib/index.js",

"repository": "https://github.com/pouchdb/pouchdb",
"jsnext:main": "./src/index.js",
"files": [
"lib",
"src"
],
"jsnext:main": "./lib/index.es.js",
"browser": {
"./lib/index.js": "./lib/index-browser.js",
"./src/cloneBinaryObject.js": "./src/cloneBinaryObject-browser.js",
"./src/env/hasLocalStorage.js": "./src/env/hasLocalStorage-browser.js",
"./src/env/isChromeApp.js": "./src/env/isChromeApp-browser.js",
"./src/explainError.js": "./src/explainError-browser.js",
"./src/isBinaryObject.js": "./src/isBinaryObject-browser.js",
"./src/nextTick.js": "./src/nextTick-browser.js"
"./lib/index.es.js": "./lib/index-browser.es.js"
},

@@ -31,6 +22,11 @@ "dependencies": {

"inherits": "2.0.3",
"pouchdb-collections": "6.1.1",
"pouchdb-errors": "6.1.1",
"pouchdb-promise": "6.1.1"
}
"pouchdb-collections": "6.1.2",
"pouchdb-errors": "6.1.2",
"pouchdb-promise": "6.1.2"
},
"files": [
"lib",
"dist",
"tonic-example.js"
]
}
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