pouchdb-json
Advanced tools
Comparing version 8.0.1 to 9.0.0
{ | ||
"name": "pouchdb-json", | ||
"version": "8.0.1", | ||
"version": "9.0.0", | ||
"description": "PouchDB utilities for safely stringifying and parsing JSON.", | ||
@@ -14,12 +14,10 @@ "main": "./lib/index.js", | ||
}, | ||
"jsnext:main": "./lib/index.es.js", | ||
"module": "./lib/index.es.js", | ||
"dependencies": { | ||
"vuvuzela": "1.0.3" | ||
}, | ||
"module": "./lib/index.es.js", | ||
"files": [ | ||
"lib", | ||
"dist", | ||
"tonic-example.js" | ||
"dist" | ||
] | ||
} |
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
14001