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

pouchdb-utils

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-utils - npm Package Compare versions

Comparing version 0.0.0 to 5.4.0

lib/index-browser.js

37

package.json
{
"name": "pouchdb-utils",
"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": "Unassorted utilities used by PouchDB.",
"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",
"inherits": "2.0.1",
"pouchdb-collections": "1.0.1",
"pouchdb-binary-utils": "5.4.0",
"pouchdb-errors": "5.4.0",
"pouchdb-md5": "5.4.0",
"pouchdb-promise": "5.4.0"
},
"keywords": [],
"author": "Nolan Lawson <nolan@nolanlawson.com>",
"license": "Apache-2.0"
"browser": {
"./lib/index.js": "./lib/index-browser.js",
"./src/cloneBinaryObject.js": "./src/cloneBinaryObject-browser.js",
"./src/env/hasLocalStorage.js": "./src/env/hasLocalStorage-browser.js",
"./src/env/isChromeApp.js": "./src/env/isChromeApp-browser.js",
"./src/explainError.js": "./src/explainError-browser.js",
"./src/isBinaryObject.js": "./src/isBinaryObject-browser.js"
}
}

@@ -1,4 +0,26 @@

pouchdb-utils
=============
pouchdb-utils ![semver non-compliant](https://img.shields.io/badge/semver-non--compliant-red.svg)
======
Empty holding package claimed by the PouchDB authors.
Unassorted utilities used by PouchDB.
### Usage
```bash
npm install --save-exact pouchdb-utils
```
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).
### Warning: semver-free zone!
This package is conceptually an internal API used by PouchDB or its plugins. It does not follow semantic versioning (semver), and rather its version is pegged to PouchDB's. Use exact versions when installing, e.g. with `--save-exact`.
### 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).
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