Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

appcache-nanny

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appcache-nanny - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

7

appcache-nanny.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc