agoge-pouchdb-plugins
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -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; |
{ | ||
"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", |
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
5185
165