pouchdb-core
Advanced tools
Comparing version 0.0.0 to 5.4.0
{ | ||
"name": "pouchdb-core", | ||
"version": "0.0.0", | ||
"description": "Empty holding package claimed by the PouchDB authors.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"version": "5.4.0", | ||
"description": "The core of PouchDB as a standalone package.", | ||
"main": "./lib/index.js", | ||
"keywords": [], | ||
"author": "Dale Harvey <dale@arandomurl.com>", | ||
"license": "Apache-2.0", | ||
"repository": "https://github.com/pouchdb/pouchdb", | ||
"jsnext:main": "./src/index.js", | ||
"files": [ | ||
"lib", | ||
"src" | ||
], | ||
"dependencies": { | ||
"argsarray": "0.0.1", | ||
"debug": "2.2.0", | ||
"double-ended-queue": "2.0.0-0", | ||
"inherits": "2.0.1", | ||
"js-extend": "1.0.1", | ||
"pouchdb-collections": "1.0.1", | ||
"pouchdb-errors": "5.4.0", | ||
"pouchdb-merge": "5.4.0", | ||
"pouchdb-promise": "5.4.0", | ||
"pouchdb-utils": "5.4.0", | ||
"scope-eval": "0.0.3" | ||
}, | ||
"keywords": [], | ||
"author": "Nolan Lawson <nolan@nolanlawson.com>", | ||
"license": "Apache-2.0" | ||
"browser": { | ||
"./lib/index.js": "./lib/index-browser.js" | ||
} | ||
} |
pouchdb-core | ||
============= | ||
====== | ||
Empty holding package claimed by the PouchDB authors. | ||
The core of PouchDB as a standalone package. This is a `preset` designed to be combined with other plugins to create new `presets`. By itself, it is not very useful. | ||
### Usage | ||
```bash | ||
npm install pouchdb-core | ||
``` | ||
```js | ||
var PouchDB = require('pouchdb-core'); | ||
PouchDB.plugin(/* attach plugins to make me more interesting! */); | ||
``` | ||
For full API documentation and guides on PouchDB, see [PouchDB.com](http://pouchdb.com/). For details on PouchDB sub-packages, see the [Custom Builds documentation](http://pouchdb.com/custom.html). | ||
### Source | ||
PouchDB and its sub-packages are distributed as a [monorepo](https://github.com/babel/babel/blob/master/doc/design/monorepo.md). | ||
For a full list of packages, see [the GitHub source](https://github.com/pouchdb/pouchdb/tree/master/packages). | ||
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality 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
139679
14
4153
1
26
11
3
+ Addedargsarray@0.0.1
+ Addeddebug@2.2.0
+ Addeddouble-ended-queue@2.0.0-0
+ Addedinherits@2.0.1
+ Addedjs-extend@1.0.1
+ Addedpouchdb-collections@1.0.1
+ Addedpouchdb-errors@5.4.0
+ Addedpouchdb-merge@5.4.0
+ Addedpouchdb-promise@5.4.0
+ Addedpouchdb-utils@5.4.0
+ Addedscope-eval@0.0.3
+ Addedacorn@1.2.25.7.4(transitive)
+ Addedamdefine@1.0.1(transitive)
+ Addedargsarray@0.0.1(transitive)
+ Addedast-types@0.8.150.9.6(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbase62@1.2.8(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedcommander@2.20.3(transitive)
+ Addedcommoner@0.10.8(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedcore-util-is@1.0.3(transitive)
+ Addeddebug@2.2.0(transitive)
+ Addeddefined@1.0.1(transitive)
+ Addeddetective@4.7.1(transitive)
+ Addeddouble-ended-queue@2.0.0-0(transitive)
+ Addedes3ify@0.2.2(transitive)
+ Addedesmangle-evaluator@1.0.1(transitive)
+ Addedesprima@2.7.33.1.3(transitive)
+ Addedesprima-fb@15001.1.0-dev-harmony-fb15001.1001.0-dev-harmony-fb(transitive)
+ Addedfalafel@1.2.0(transitive)
+ Addedforeach@2.0.6(transitive)
+ Addedglob@5.0.15(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addediconv-lite@0.4.24(transitive)
+ Addedimmediate@3.0.6(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.1(transitive)
+ Addedinline-process-browser@1.0.0(transitive)
+ Addedisarray@0.0.1(transitive)
+ Addedjs-extend@1.0.1(transitive)
+ Addedjstransform@11.0.3(transitive)
+ Addedlie@3.0.4(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addedmkdirp@0.5.6(transitive)
+ Addedms@0.7.1(transitive)
+ Addedobject-assign@2.1.1(transitive)
+ Addedobject-keys@1.1.1(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedpouchdb-binary-utils@5.4.0(transitive)
+ Addedpouchdb-collections@1.0.1(transitive)
+ Addedpouchdb-errors@5.4.0(transitive)
+ Addedpouchdb-md5@5.4.0(transitive)
+ Addedpouchdb-merge@5.4.0(transitive)
+ Addedpouchdb-promise@5.4.0(transitive)
+ Addedpouchdb-utils@5.4.0(transitive)
+ Addedprivate@0.1.8(transitive)
+ Addedq@1.5.1(transitive)
+ Addedreadable-stream@1.0.34(transitive)
+ Addedrecast@0.10.430.11.23(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedscope-eval@0.0.3(transitive)
+ Addedsource-map@0.4.40.5.7(transitive)
+ Addedspark-md5@2.0.2(transitive)
+ Addedstring_decoder@0.10.31(transitive)
+ Addedthrough@2.3.8(transitive)
+ Addedthrough2@0.6.5(transitive)
+ Addedunreachable-branch-transform@0.3.0(transitive)
+ Addedwrappy@1.0.2(transitive)
+ Addedxtend@4.0.2(transitive)