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

appcache-autoupdate

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appcache-autoupdate - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

6

appcache-autoupdate.js

@@ -42,9 +42,9 @@ /* global define */

define([], function () {
root.AutoUpdate = factory(root.applicationCache, Events);
root.AutoUpdate = factory(applicationCache, Events);
return root.AutoUpdate;
});
} else if (typeof exports === 'object') {
module.exports = factory(root.applicationCache, Events);
module.exports = factory(applicationCache, Events);
} else {
root.AutoUpdate = factory(root.applicationCache, Events);
root.AutoUpdate = factory(applicationCache, Events);
}

@@ -51,0 +51,0 @@ })(this, function(applicationCache, Events){ // jshint ignore:line

{
"name": "appcache-autoupdate",
"version": "0.0.2",
"version": "0.0.3",
"authors": [

@@ -5,0 +5,0 @@ "Gregor Martynus <gregor@martynus.net>"

{
"name": "appcache-autoupdate",
"version": "0.0.2",
"version": "0.0.3",
"description": "Browser library for automated updates of offline first applications",

@@ -5,0 +5,0 @@ "main": "appcache-autoupdate.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