pouchdb-ajax
Advanced tools
Comparing version 6.1.1 to 6.1.2
@@ -5,5 +5,5 @@ 'use strict'; | ||
var pouchdbUtils = require('pouchdb-utils'); | ||
var Promise = _interopDefault(require('pouchdb-promise')); | ||
var pouchdbBinaryUtils = require('pouchdb-binary-utils'); | ||
var Promise = _interopDefault(require('pouchdb-promise')); | ||
var pouchdbUtils = require('pouchdb-utils'); | ||
var pouchdbErrors = require('pouchdb-errors'); | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "pouchdb-ajax", | ||
"version": "6.1.1", | ||
"version": "6.1.2", | ||
"description": "PouchDB's ajax() method.", | ||
@@ -10,25 +10,20 @@ "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/applyTypeToBuffer": "./src/applyTypeToBuffer-browser", | ||
"./src/createBlobOrBufferFromParts": "./src/createBlobOrBufferFromParts-browser", | ||
"./src/createMultipartPart": "./src/createMultipartPart-browser", | ||
"./src/defaultBody": "./src/defaultBody-browser", | ||
"./src/explainError": "./src/explainError-browser", | ||
"./src/prequest.js": "./src/prequest-browser.js", | ||
"./src/request.js": "./src/request-browser.js" | ||
"./lib/index.es.js": "./lib/index-browser.es.js" | ||
}, | ||
"dependencies": { | ||
"buffer-from": "0.1.1", | ||
"pouchdb-binary-utils": "6.1.1", | ||
"pouchdb-errors": "6.1.1", | ||
"pouchdb-promise": "6.1.1", | ||
"pouchdb-utils": "6.1.1", | ||
"pouchdb-binary-utils": "6.1.2", | ||
"pouchdb-errors": "6.1.2", | ||
"pouchdb-promise": "6.1.2", | ||
"pouchdb-utils": "6.1.2", | ||
"request": "2.79.0" | ||
} | ||
}, | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
37540
826
1
7
+ Addedpouchdb-binary-utils@6.1.2(transitive)
+ Addedpouchdb-collections@6.1.2(transitive)
+ Addedpouchdb-errors@6.1.2(transitive)
+ Addedpouchdb-promise@6.1.2(transitive)
+ Addedpouchdb-utils@6.1.2(transitive)
- Removedpouchdb-binary-utils@6.1.1(transitive)
- Removedpouchdb-collections@6.1.1(transitive)
- Removedpouchdb-errors@6.1.1(transitive)
- Removedpouchdb-promise@6.1.1(transitive)
- Removedpouchdb-utils@6.1.1(transitive)
Updatedpouchdb-binary-utils@6.1.2
Updatedpouchdb-errors@6.1.2
Updatedpouchdb-promise@6.1.2
Updatedpouchdb-utils@6.1.2