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

pouchdb-adapter-websql-core

Package Overview
Dependencies
Maintainers
5
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-adapter-websql-core - npm Package Compare versions

Comparing version 6.2.0 to 6.2.1-prerelease

src/bulkDocs.js

2

lib/index.es.js

@@ -236,3 +236,3 @@ import { assign, changesHandler, clone, filterChange, guardedConsole, hasLocalStorage, pick, toPromise, uuid } from 'pouchdb-utils';

var errorNameMatch = event && event.constructor.toString()
.match(/function ([^\(]+)/);
.match(/function ([^(]+)/);
var errorName = (errorNameMatch && errorNameMatch[1]) || event.type;

@@ -239,0 +239,0 @@ var errorReason = event.target || event.message;

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

var errorNameMatch = event && event.constructor.toString()
.match(/function ([^\(]+)/);
.match(/function ([^(]+)/);
var errorName = (errorNameMatch && errorNameMatch[1]) || event.type;

@@ -241,0 +241,0 @@ var errorReason = event.target || event.message;

{
"name": "pouchdb-adapter-websql-core",
"version": "6.2.0",
"version": "6.2.1-prerelease",
"description": "Underlying adapter code for WebSQL and SQLite-based PouchDB adapters.",

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

"repository": "https://github.com/pouchdb/pouchdb",
"jsnext:main": "./lib/index.es.js",
"dependencies": {
"pouchdb-adapter-utils": "6.2.0",
"pouchdb-binary-utils": "6.2.0",
"pouchdb-collections": "6.2.0",
"pouchdb-errors": "6.2.0",
"pouchdb-json": "6.2.0",
"pouchdb-merge": "6.2.0",
"pouchdb-utils": "6.2.0"
},
"files": [
"lib",
"dist",
"tonic-example.js"
]
"jsnext:main": "./src/index.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