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

@serwist/navigation-preload

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serwist/navigation-preload - npm Package Compare versions

Comparing version 9.0.0-preview.12 to 9.0.0-preview.13

8

dist/index.js

@@ -12,3 +12,3 @@ import { logger } from '@serwist/core/internal';

if (process.env.NODE_ENV !== "production") {
logger.log("Navigation preload is disabled.");
logger.log("Navigation preloading is disabled.");
}

@@ -19,3 +19,3 @@ }));

if (process.env.NODE_ENV !== "production") {
logger.log("Navigation preload is not supported in this browser.");
logger.log("Navigation preloading is not supported in this browser.");
}

@@ -33,3 +33,3 @@ }

if (process.env.NODE_ENV !== "production") {
logger.log("Navigation preload is enabled.");
logger.log("Navigation preloading is enabled.");
}

@@ -40,3 +40,3 @@ }));

if (process.env.NODE_ENV !== "production") {
logger.log("Navigation preload is not supported in this browser.");
logger.log("Navigation preloading is not supported in this browser.");
}

@@ -43,0 +43,0 @@ }

{
"name": "@serwist/navigation-preload",
"version": "9.0.0-preview.12",
"version": "9.0.0-preview.13",
"type": "module",

@@ -32,8 +32,8 @@ "description": "A module that allows developers to enable navigation preloading in their service worker.",

"dependencies": {
"@serwist/core": "9.0.0-preview.12"
"@serwist/core": "9.0.0-preview.13"
},
"devDependencies": {
"rollup": "4.9.6",
"typescript": "5.4.0-dev.20240206",
"@serwist/constants": "9.0.0-preview.12"
"rollup": "4.12.0",
"typescript": "5.5.0-dev.20240304",
"@serwist/constants": "9.0.0-preview.13"
},

@@ -40,0 +40,0 @@ "peerDependencies": {

@@ -25,3 +25,3 @@ /*

if (process.env.NODE_ENV !== "production") {
logger.log("Navigation preload is disabled.");
logger.log("Navigation preloading is disabled.");
}

@@ -33,5 +33,5 @@ }),

if (process.env.NODE_ENV !== "production") {
logger.log("Navigation preload is not supported in this browser.");
logger.log("Navigation preloading is not supported in this browser.");
}
}
};

@@ -34,3 +34,3 @@ /*

if (process.env.NODE_ENV !== "production") {
logger.log("Navigation preload is enabled.");
logger.log("Navigation preloading is enabled.");
}

@@ -42,5 +42,5 @@ }),

if (process.env.NODE_ENV !== "production") {
logger.log("Navigation preload is not supported in this browser.");
logger.log("Navigation preloading is not supported in this browser.");
}
}
};
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