Socket
Socket
Sign inDemoInstall

service-worker-mock

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

service-worker-mock - npm Package Compare versions

Comparing version 1.11.1 to 1.11.2

models/NavigationPreloadManager.js

4

models/Headers.js

@@ -29,2 +29,6 @@ // stubs https://developer.mozilla.org/en-US/docs/Web/API/Headers

forEach(callback) {
return this._map.forEach(callback);
}
get(name) {

@@ -31,0 +35,0 @@ return this._map.has(name) ? this._map.get(name) : null;

const PushManager = require('./PushManager');
const NavigationPreloadManager = require('./NavigationPreloadManager');
const Notification = require('./Notification');

@@ -12,2 +13,3 @@ const NotificationEvent = require('./NotificationEvent');

this.pushManager = new PushManager();
this.navigationPreload = new NavigationPreloadManager();
this.scope = '/';

@@ -14,0 +16,0 @@ this.waiting = null;

2

package.json
{
"name": "service-worker-mock",
"version": "1.11.1",
"version": "1.11.2",
"main": "index.js",

@@ -5,0 +5,0 @@ "repository": {

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