pouchdb-core
Advanced tools
Comparing version 6.1.1 to 6.1.2
@@ -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" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
172589
5126
3
0
7
+ Addedpouchdb-collections@6.1.2(transitive)
+ Addedpouchdb-errors@6.1.2(transitive)
+ Addedpouchdb-merge@6.1.2(transitive)
+ Addedpouchdb-promise@6.1.2(transitive)
+ Addedpouchdb-utils@6.1.2(transitive)
- Removedpouchdb-collections@6.1.1(transitive)
- Removedpouchdb-errors@6.1.1(transitive)
- Removedpouchdb-merge@6.1.1(transitive)
- Removedpouchdb-promise@6.1.1(transitive)
- Removedpouchdb-utils@6.1.1(transitive)
Updatedpouchdb-collections@6.1.2
Updatedpouchdb-errors@6.1.2
Updatedpouchdb-merge@6.1.2
Updatedpouchdb-promise@6.1.2
Updatedpouchdb-utils@6.1.2