Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "onionskin", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"authors": [ | ||
@@ -5,0 +5,0 @@ "Tadeu Zagallo <tadeuzagallo@gmail.com>" |
{ | ||
"name": "onionskin", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Multilayer Cache Manager for JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "src/onionskin.js", |
var Promise = require('bluebird'); | ||
Promise.longStackTraces(); | ||
var Utils = require('./utils'); | ||
@@ -8,3 +7,3 @@ | ||
function IndexedDB(namespace) { | ||
this.namespace = namespace || 'stash'; | ||
this.namespace = namespace || 'onionskin'; | ||
@@ -11,0 +10,0 @@ this.indexedDB = window.indexedDB || |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1783327
6975