agoge-pouchdb-plugins
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -187,3 +187,3 @@ var CryptoJS = require('crypto-js'); | ||
doc._attachments = old._attachments; | ||
doc._attachments = old._attachments || {}; | ||
@@ -190,0 +190,0 @@ var an = 'revisions/' + docRevNo + '.json'; |
{ | ||
"name": "agoge-pouchdb-plugins", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "My personal plugin functions to pouchdb-couchdb", | ||
@@ -5,0 +5,0 @@ "main": "agoge-pouchdb-plugins.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5191