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.19 to 1.0.20

_npm-publish.bat

9

agoge-pouchdb-plugins.js

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

exports.identity = async function(type) {
await db.upsert(identityMapReduce);
await this.upsert(identityMapReduce);

@@ -287,5 +287,8 @@ var ret = await this.query('identity/identity', {key: type, group: true});

delete o._rev;
o.type = null;
o.id = null;
var ret = await db.upsert(o);
var ret = await this.upsert(o);
return ret;
}
}
{
"name": "agoge-pouchdb-plugins",
"version": "1.0.19",
"version": "1.0.20",
"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