New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pouchdb-adapter-websql-core

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-adapter-websql-core - npm Package Compare versions

Comparing version 6.1.1 to 6.1.2

lib/index.es.js

27

package.json
{
"name": "pouchdb-adapter-websql-core",
"version": "6.1.1",
"version": "6.1.2",
"description": "Underlying adapter code for WebSQL and SQLite-based PouchDB adapters.",

@@ -10,16 +10,17 @@ "main": "./lib/index.js",

"repository": "https://github.com/pouchdb/pouchdb",
"jsnext:main": "./src/index.js",
"jsnext:main": "./lib/index.es.js",
"dependencies": {
"pouchdb-adapter-utils": "6.1.2",
"pouchdb-binary-utils": "6.1.2",
"pouchdb-collections": "6.1.2",
"pouchdb-errors": "6.1.2",
"pouchdb-json": "6.1.2",
"pouchdb-merge": "6.1.2",
"pouchdb-utils": "6.1.2"
},
"files": [
"lib",
"src"
],
"dependencies": {
"pouchdb-adapter-utils": "6.1.1",
"pouchdb-binary-utils": "6.1.1",
"pouchdb-collections": "6.1.1",
"pouchdb-errors": "6.1.1",
"pouchdb-json": "6.1.1",
"pouchdb-merge": "6.1.1",
"pouchdb-utils": "6.1.1"
}
"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