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.6 to 1.0.7

11

agoge-pouchdb-plugins.js

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

doc.id = Number(parts[1]);
doc.modified = new Date();
doc.modified = new Date();

@@ -174,3 +174,10 @@ var currentVersionJson = JSON.stringify(doc, null, 4);

doc._attachments = doc._attachments || {};
try {
var old = await db.get(doc._id);
} catch (err) {
var old = { _attachments: {} };
}
doc._attachments = old._attachments;

@@ -177,0 +184,0 @@ var an = 'revisions/' + docRevNo + '.json';

2

package.json
{
"name": "agoge-pouchdb-plugins",
"version": "1.0.6",
"version": "1.0.7",
"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