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

@serwist/build

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/build - npm Package Compare versions

Comparing version 9.0.0-preview.1 to 9.0.0-preview.2

2

dist/types.d.ts

@@ -221,3 +221,3 @@ import type { Require } from "@serwist/utils";

/**
* Enable additional route caching when users navigate through pages with
* Enables additional route caching when users navigate through pages with
* `next/link`. This improves the user experience in some cases but it

@@ -224,0 +224,0 @@ * also adds a bit of overhead due to additional network calls.

{
"name": "@serwist/build",
"version": "9.0.0-preview.1",
"version": "9.0.0-preview.2",
"type": "module",

@@ -58,10 +58,10 @@ "description": "A module that integrates into your build process, helping you generate a manifest of local files that should be precached.",

"zod": "3.22.4",
"@serwist/background-sync": "9.0.0-preview.1",
"@serwist/broadcast-update": "9.0.0-preview.1",
"@serwist/cacheable-response": "9.0.0-preview.1",
"@serwist/core": "9.0.0-preview.1",
"@serwist/expiration": "9.0.0-preview.1",
"@serwist/google-analytics": "9.0.0-preview.1",
"@serwist/precaching": "9.0.0-preview.1",
"@serwist/routing": "9.0.0-preview.1"
"@serwist/background-sync": "9.0.0-preview.2",
"@serwist/broadcast-update": "9.0.0-preview.2",
"@serwist/cacheable-response": "9.0.0-preview.2",
"@serwist/core": "9.0.0-preview.2",
"@serwist/expiration": "9.0.0-preview.2",
"@serwist/google-analytics": "9.0.0-preview.2",
"@serwist/precaching": "9.0.0-preview.2",
"@serwist/routing": "9.0.0-preview.2"
},

@@ -74,5 +74,5 @@ "devDependencies": {

"type-fest": "4.10.2",
"typescript": "5.4.0-dev.20240203",
"@serwist/constants": "9.0.0-preview.1",
"@serwist/utils": "9.0.0-preview.1"
"typescript": "5.4.0-dev.20240206",
"@serwist/constants": "9.0.0-preview.2",
"@serwist/utils": "9.0.0-preview.2"
},

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

@@ -252,3 +252,3 @@ import type { Require } from "@serwist/utils";

/**
* Enable additional route caching when users navigate through pages with
* Enables additional route caching when users navigate through pages with
* `next/link`. This improves the user experience in some cases but it

@@ -255,0 +255,0 @@ * also adds a bit of overhead due to additional network calls.

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