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

pouchdb-adapter-leveldb-core

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-adapter-leveldb-core - npm Package Compare versions

Comparing version 0.0.0 to 5.4.0

lib/index-browser.js

42

package.json
{
"name": "pouchdb-adapter-leveldb-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": "Core PouchDB adapter code for LevelDOWN-based adapters",
"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",
"double-ended-queue": "2.0.0-0",
"level-write-stream": "1.0.0",
"levelup": "1.3.2",
"pouchdb-binary-utils": "5.4.0",
"pouchdb-collections": "1.0.1",
"pouchdb-adapter-utils": "5.4.0",
"pouchdb-errors": "5.4.0",
"pouchdb-json": "5.4.0",
"pouchdb-merge": "5.4.0",
"pouchdb-md5": "5.4.0",
"pouchdb-promise": "5.4.0",
"pouchdb-utils": "5.4.0",
"sublevel-pouchdb": "1.0.0",
"through2": "2.0.1"
},
"keywords": [],
"author": "Nolan Lawson <nolan@nolanlawson.com>",
"license": "Apache-2.0"
"browser": {
"./src/createEmptyBlobOrBuffer.js": "./src/createEmptyBlobOrBuffer-browser.js",
"./src/migrate.js": "./src/migrate-browser.js",
"./src/prepareAttachmentForStorage.js": "./src/prepareAttachmentForStorage-browser.js",
"./src/readAsBlobOrBuffer.js": "./src/readAsBlobOrBuffer-browser.js"
}
}

@@ -1,4 +0,24 @@

pouchdb-adapter-leveldb-core
=============
pouchdb-adapter-leveldb-core ![semver non-compliant](https://img.shields.io/badge/semver-non--compliant-red.svg)
======
Empty holding package claimed by the PouchDB authors.
Underlying adapter code for LevelDOWN-based PouchDB adapters (such as `pouchdb-adapter-leveldb`). Most likely you should not use this package unless you are trying to build your own PouchDB adapter based on a *DOWN database.
### Usage
```bash
npm install --save-exact pouchdb-adapter-leveldb-core
```
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