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

pouchdb-core

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-core - npm Package Compare versions

Comparing version 6.1.1 to 6.1.2

lib/index-browser.es.js

9

lib/index-browser.js

@@ -6,6 +6,6 @@ 'use strict';

var pouchdbUtils = require('pouchdb-utils');
var pouchdbCollections = require('pouchdb-collections');
var debug = _interopDefault(require('debug'));
var inherits = _interopDefault(require('inherits'));
var Promise = _interopDefault(require('pouchdb-promise'));
var pouchdbCollections = require('pouchdb-collections');
var events = require('events');

@@ -413,3 +413,3 @@ var getArguments = _interopDefault(require('argsarray'));

if (name.charAt(0) === '_') {
return name + 'is not a valid attachment name, attachment ' +
return name + ' is not a valid attachment name, attachment ' +
'names cannot start with \'_\'';

@@ -1397,2 +1397,5 @@ }

}
if (this.__defaults) {
PouchDB$2.__defaults = pouchdbUtils.assign({}, this.__defaults);
}
return PouchDB$2;

@@ -1436,3 +1439,3 @@ };

// managed automatically by set-version.js
var version = "6.1.1";
var version = "6.1.2";

@@ -1439,0 +1442,0 @@ PouchDB$2.version = version;

@@ -6,6 +6,6 @@ 'use strict';

var pouchdbUtils = require('pouchdb-utils');
var pouchdbCollections = require('pouchdb-collections');
var debug = _interopDefault(require('debug'));
var inherits = _interopDefault(require('inherits'));
var Promise = _interopDefault(require('pouchdb-promise'));
var pouchdbCollections = require('pouchdb-collections');
var events = require('events');

@@ -413,3 +413,3 @@ var getArguments = _interopDefault(require('argsarray'));

if (name.charAt(0) === '_') {
return name + 'is not a valid attachment name, attachment ' +
return name + ' is not a valid attachment name, attachment ' +
'names cannot start with \'_\'';

@@ -1397,2 +1397,5 @@ }

}
if (this.__defaults) {
PouchDB$2.__defaults = pouchdbUtils.assign({}, this.__defaults);
}
return PouchDB$2;

@@ -1436,3 +1439,3 @@ };

// managed automatically by set-version.js
var version = "6.1.1";
var version = "6.1.2";

@@ -1439,0 +1442,0 @@ PouchDB$2.version = version;

{
"name": "pouchdb-core",
"version": "6.1.1",
"version": "6.1.2",
"description": "The core of PouchDB as a standalone package.",

@@ -10,11 +10,6 @@ "main": "./lib/index.js",

"repository": "https://github.com/pouchdb/pouchdb",
"jsnext:main": "./src/index.js",
"files": [
"lib",
"src"
],
"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"
},

@@ -25,9 +20,14 @@ "dependencies": {

"inherits": "2.0.3",
"pouchdb-collections": "6.1.1",
"pouchdb-errors": "6.1.1",
"pouchdb-merge": "6.1.1",
"pouchdb-promise": "6.1.1",
"pouchdb-utils": "6.1.1",
"pouchdb-collections": "6.1.2",
"pouchdb-errors": "6.1.2",
"pouchdb-merge": "6.1.2",
"pouchdb-promise": "6.1.2",
"pouchdb-utils": "6.1.2",
"scope-eval": "0.0.3"
}
},
"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