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

pouchdb-adapter-leveldb

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

Comparing version 0.0.0 to 5.4.0

lib/index.js

24

package.json
{
"name": "pouchdb-adapter-leveldb",
"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": "PouchDB adapter using LevelDB as its backing store.",
"main": "./lib/index.js",
"keywords": [],
"author": "Nolan Lawson <nolan@nolanlawson.com>",
"license": "Apache-2.0"
"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": {
"js-extend": "1.0.1",
"leveldown": "1.4.6",
"pouchdb-adapter-leveldb-core": "5.4.0"
}
}
pouchdb-adapter-leveldb
=============
======
Empty holding package claimed by the PouchDB authors.
PouchDB adapter using LevelDB as its backing store. Designed to run in Node. Its adapter name is `'leveldb'`.
### Usage
```bash
npm install pouchdb
```
```js
var PouchDB = require('pouchdb');
var db = new PouchDB('my_db');
```
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).
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