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

pouchdb-collate

Package Overview
Dependencies
Maintainers
10
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-collate - npm Package Compare versions

Comparing version 7.2.2 to 7.3.0

4

lib/index.es.js

@@ -18,3 +18,3 @@ function pad(str, padWith, upToLength) {

var MAGNITUDE_DIGITS = 3; // ditto
var SEP = ''; // set to '_' for easier debugging
var SEP = ''; // set to '_' for easier debugging

@@ -71,3 +71,3 @@ function collate(a, b) {

for (var k in origKey) {
if (origKey.hasOwnProperty(k)) {
if (Object.prototype.hasOwnProperty.call(origKey, k)) {
var val = origKey[k];

@@ -74,0 +74,0 @@ if (typeof val !== 'undefined') {

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

var MAGNITUDE_DIGITS = 3; // ditto
var SEP = ''; // set to '_' for easier debugging
var SEP = ''; // set to '_' for easier debugging

@@ -75,3 +75,3 @@ function collate(a, b) {

for (var k in origKey) {
if (origKey.hasOwnProperty(k)) {
if (Object.prototype.hasOwnProperty.call(origKey, k)) {
var val = origKey[k];

@@ -78,0 +78,0 @@ if (typeof val !== 'undefined') {

{
"name": "pouchdb-collate",
"version": "7.2.2",
"version": "7.3.0",
"description": "Collation functions for PouchDB map/reduce",

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

],
"repository": {
"type": "git",
"url": "https://github.com/pouchdb/pouchdb.git",
"directory": "packages/node_modules/pouchdb-collate"
},
"license": "Apache-2.0",

@@ -14,0 +19,0 @@ "jsnext:main": "./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