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
3
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 5.4.5 to 6.0.0

5

lib/index-browser.js

@@ -56,2 +56,7 @@ 'use strict';

// similar to an idb or websql transaction object
// designed to be passed around. basically just caches
// things in-memory and then does a big batch() operation
// when you're done
function getCacheFor(transaction, store) {

@@ -58,0 +63,0 @@ var prefix = store.prefix()[0];

@@ -226,2 +226,7 @@ 'use strict';

// similar to an idb or websql transaction object
// designed to be passed around. basically just caches
// things in-memory and then does a big batch() operation
// when you're done
function getCacheFor(transaction, store) {

@@ -228,0 +233,0 @@ var prefix = store.prefix()[0];

22

package.json
{
"name": "pouchdb-adapter-leveldb-core",
"version": "5.4.5",
"version": "6.0.0",
"description": "Core PouchDB adapter code for LevelDOWN-based adapters",

@@ -20,12 +20,12 @@ "main": "./lib/index.js",

"levelup": "1.3.2",
"pouchdb-binary-utils": "5.4.5",
"pouchdb-collections": "1.0.1",
"pouchdb-adapter-utils": "5.4.5",
"pouchdb-errors": "5.4.5",
"pouchdb-json": "5.4.5",
"pouchdb-merge": "5.4.5",
"pouchdb-md5": "5.4.5",
"pouchdb-promise": "5.4.5",
"pouchdb-utils": "5.4.5",
"sublevel-pouchdb": "1.0.1",
"pouchdb-binary-utils": "6.0.0",
"pouchdb-collections": "6.0.0",
"pouchdb-adapter-utils": "6.0.0",
"pouchdb-errors": "6.0.0",
"pouchdb-json": "6.0.0",
"pouchdb-merge": "6.0.0",
"pouchdb-md5": "6.0.0",
"pouchdb-promise": "6.0.0",
"pouchdb-utils": "6.0.0",
"sublevel-pouchdb": "6.0.0",
"through2": "2.0.1"

@@ -32,0 +32,0 @@ },

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