New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pouchdb-core

Package Overview
Dependencies
Maintainers
5
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-core - npm Package Compare versions

Comparing version 6.3.0 to 6.3.1

2

lib/index.es.js

@@ -1419,3 +1419,3 @@ import { adapterFun, assign, bulkGetShim, clone, guardedConsole, hasLocalStorage, invalidIdError, isRemote, listenerCount, nextTick, once, pick, rev, upsert } from 'pouchdb-utils';

// managed automatically by set-version.js
var version = "6.3.0";
var version = "6.3.1";

@@ -1422,0 +1422,0 @@ // TODO: remove from pouchdb-core (breaking)

@@ -1423,3 +1423,3 @@ 'use strict';

// managed automatically by set-version.js
var version = "6.3.0";
var version = "6.3.1";

@@ -1426,0 +1426,0 @@ // TODO: remove from pouchdb-core (breaking)

{
"name": "pouchdb-core",
"version": "6.3.0",
"version": "6.3.1",
"description": "The core of PouchDB as a standalone package.",

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

"repository": "https://github.com/pouchdb/pouchdb",
"jsnext:main": "./src/index.js"
"jsnext:main": "./lib/index.es.js",
"dependencies": {
"argsarray": "0.0.1",
"inherits": "2.0.3",
"pouchdb-changes-filter": "6.3.1",
"pouchdb-collections": "6.3.1",
"pouchdb-debug": "6.3.1",
"pouchdb-errors": "6.3.1",
"pouchdb-merge": "6.3.1",
"pouchdb-promise": "6.3.1",
"pouchdb-utils": "6.3.1"
},
"module": "./lib/index.es.js",
"files": [
"lib",
"dist",
"tonic-example.js"
]
}
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