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

pouchdb-selector-core

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-selector-core - npm Package Compare versions

Comparing version 7.1.1 to 7.2.1

2

lib/index.es.js

@@ -21,3 +21,3 @@ import { clone } from 'pouchdb-utils';

var elem = parsedField[i];
doc = doc[elem] = {};
doc = doc[elem] = doc[elem] || {};
}

@@ -24,0 +24,0 @@ doc[parsedField[len-1]] = value;

@@ -25,3 +25,3 @@ 'use strict';

var elem = parsedField[i];
doc = doc[elem] = {};
doc = doc[elem] = doc[elem] || {};
}

@@ -28,0 +28,0 @@ doc[parsedField[len-1]] = value;

{
"name": "pouchdb-selector-core",
"version": "7.1.1",
"version": "7.2.1",
"description": "PouchDB's core selector code",

@@ -12,4 +12,4 @@ "main": "./lib/index.js",

"dependencies": {
"pouchdb-collate": "7.1.1",
"pouchdb-utils": "7.1.1"
"pouchdb-collate": "7.2.1",
"pouchdb-utils": "7.2.1"
},

@@ -16,0 +16,0 @@ "module": "./lib/index.es.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