Socket
Socket
Sign inDemoInstall

pouchdb-validation

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-validation - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

2

index.js

@@ -88,3 +88,3 @@ /*

}
if (String(newDoc._id).indexOf("_design/") === 0) {
if (String(newDoc._id).indexOf("_design/") === 0 || String(newDoc._id).indexOf("_local") === 0) {
//a design document -> always validates succesful.

@@ -91,0 +91,0 @@ return Promise.resolve();

{
"name": "pouchdb-validation",
"version": "1.1.5",
"version": "1.1.6",
"main": "index.js",

@@ -5,0 +5,0 @@ "description": "A PouchDB plug-in that allows you to re-use your CouchDB validate_doc_update functions on the client side.",

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