pouchdb-changes-filter
Advanced tools
Comparing version 6.2.0 to 6.2.1-prerelease
{ | ||
"name": "pouchdb-changes-filter", | ||
"version": "6.2.0", | ||
"version": "6.2.1-prerelease", | ||
"description": "Adds \"filter\", \"selector\", etc. to PouchDB's changes/replicate/sync APIs", | ||
@@ -10,17 +10,8 @@ "main": "./lib/index.js", | ||
"repository": "https://github.com/pouchdb/pouchdb", | ||
"jsnext:main": "./lib/index.es.js", | ||
"jsnext:main": "./src/index.js", | ||
"browser": { | ||
"./lib/index.js": "./lib/index-browser.js", | ||
"./lib/index.es.js": "./lib/index-browser.es.js" | ||
}, | ||
"dependencies": { | ||
"pouchdb-errors": "6.2.0", | ||
"pouchdb-selector-core": "6.2.0", | ||
"pouchdb-utils": "6.2.0" | ||
}, | ||
"files": [ | ||
"lib", | ||
"dist", | ||
"tonic-example.js" | ||
] | ||
"./src/evalFilter.js": "./src/evalFilter-browser.js", | ||
"./src/evalView.js": "./src/evalView-browser.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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
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
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
33612
0
12
630
1
2
5
- Removedpouchdb-errors@6.2.0
- Removedpouchdb-selector-core@6.2.0
- Removedpouchdb-utils@6.2.0
- Removedargsarray@0.0.1(transitive)
- Removedclone-buffer@1.0.0(transitive)
- Removedimmediate@3.0.6(transitive)
- Removedinherits@2.0.3(transitive)
- Removedlie@3.1.1(transitive)
- Removedpouchdb-collate@6.2.0(transitive)
- Removedpouchdb-collections@6.2.0(transitive)
- Removedpouchdb-errors@6.2.0(transitive)
- Removedpouchdb-promise@6.2.0(transitive)
- Removedpouchdb-selector-core@6.2.0(transitive)
- Removedpouchdb-utils@6.2.0(transitive)