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

agoge-pouchdb-plugins

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agoge-pouchdb-plugins - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

7

agoge-pouchdb-plugins.js

@@ -98,3 +98,8 @@ var CryptoJS = require('crypto-js');

emit([type]);
emit([type, Number(id)]);
if ( isNaN(id) ) {
emit([type, id]);
} else {
emit([type, Number(id)]);
}

@@ -101,0 +106,0 @@ var key;

2

package.json
{
"name": "agoge-pouchdb-plugins",
"version": "1.0.10",
"version": "1.0.11",
"description": "My personal plugin functions to pouchdb-couchdb",

@@ -5,0 +5,0 @@ "main": "agoge-pouchdb-plugins.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