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 8.0.3 to 8.0.4

dist/index.old.d.cts

17

package.json
{
"name": "@serwist/navigation-preload",
"version": "8.0.3",
"version": "8.0.4",
"type": "module",

@@ -27,5 +27,10 @@ "description": "This library allows developers to opt-in to using Navigation Preload in their service worker.",

".": {
"import": "./dist/index.js",
"require": "./dist/index.old.cjs",
"types": "./dist/index.d.ts"
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.old.d.cts",
"default": "./dist/index.old.cjs"
}
},

@@ -35,7 +40,7 @@ "./package.json": "./package.json"

"dependencies": {
"@serwist/core": "8.0.3"
"@serwist/core": "8.0.4"
},
"devDependencies": {
"rollup": "3.28.1",
"@serwist/constants": "8.0.3"
"@serwist/constants": "8.0.4"
},

@@ -42,0 +47,0 @@ "scripts": {

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