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

pouchdb-changes-filter

Package Overview
Dependencies
Maintainers
5
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-changes-filter - npm Package Compare versions

Comparing version 6.3.0 to 6.3.1

20

package.json
{
"name": "pouchdb-changes-filter",
"version": "6.3.0",
"version": "6.3.1",
"description": "Adds \"filter\", \"selector\", etc. to PouchDB's changes/replicate/sync APIs",

@@ -10,8 +10,18 @@ "main": "./lib/index.js",

"repository": "https://github.com/pouchdb/pouchdb",
"jsnext:main": "./src/index.js",
"jsnext:main": "./lib/index.es.js",
"browser": {
"./lib/index.js": "./lib/index-browser.js",
"./src/evalFilter.js": "./src/evalFilter-browser.js",
"./src/evalView.js": "./src/evalView-browser.js"
}
"./lib/index.es.js": "./lib/index-browser.es.js"
},
"dependencies": {
"pouchdb-errors": "6.3.1",
"pouchdb-selector-core": "6.3.1",
"pouchdb-utils": "6.3.1"
},
"module": "./lib/index.es.js",
"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