appcache-nanny
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -12,2 +12,3 @@ // appCacheNanny | ||
(function (root, factory) { | ||
var appCache = (typeof applicationCache === 'undefined') ? undefined : applicationCache; | ||
@@ -50,9 +51,9 @@ // based on https://github.com/allouis/minivents/blob/master/minivents.js | ||
define([], function () { | ||
root.appCacheNanny = factory(applicationCache, Events); | ||
root.appCacheNanny = factory(appCache, Events); | ||
return root.appCacheNanny; | ||
}); | ||
} else if (typeof exports === 'object') { | ||
module.exports = factory(applicationCache, Events); | ||
module.exports = factory(appCache, Events); | ||
} else { | ||
root.appCacheNanny = factory(applicationCache, Events); | ||
root.appCacheNanny = factory(appCache, Events); | ||
} | ||
@@ -59,0 +60,0 @@ })(this, function(applicationCache, Events){ // jshint ignore:line |
{ | ||
"name": "appcache-nanny", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"authors": [ | ||
@@ -5,0 +5,0 @@ "Gregor Martynus <gregor@martynus.net>" |
{ | ||
"name": "appcache-nanny", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Teaches the applicationCache douchebag some manners!", | ||
@@ -5,0 +5,0 @@ "main": "appcache-nanny.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
2021899
26609