New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@serwist/next

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serwist/next - npm Package Compare versions

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

2

dist/index.js

@@ -146,3 +146,3 @@ import fs from 'node:fs';

if (!tsConfigJson?.compilerOptions?.types?.includes("@serwist/next/typings")) {
info("You may also want to add @serwist/next/typings to compilerOptions.types in your tsconfig.json/jsconfig.json.");
info("You may also want to add '@serwist/next/typings' to compilerOptions.types in your tsconfig.json/jsconfig.json.");
}

@@ -149,0 +149,0 @@ }

{
"name": "@serwist/next",
"version": "9.0.0-preview.11",
"version": "9.0.0-preview.12",
"type": "module",

@@ -60,9 +60,9 @@ "description": "A module that integrates Serwist into your Next.js application.",

"glob": "10.3.10",
"@serwist/build": "9.0.0-preview.11",
"@serwist/core": "9.0.0-preview.11",
"@serwist/expiration": "9.0.0-preview.11",
"@serwist/range-requests": "9.0.0-preview.11",
"@serwist/strategies": "9.0.0-preview.11",
"@serwist/webpack-plugin": "9.0.0-preview.11",
"@serwist/window": "9.0.0-preview.11"
"@serwist/build": "9.0.0-preview.12",
"@serwist/core": "9.0.0-preview.12",
"@serwist/expiration": "9.0.0-preview.12",
"@serwist/range-requests": "9.0.0-preview.12",
"@serwist/strategies": "9.0.0-preview.12",
"@serwist/webpack-plugin": "9.0.0-preview.12",
"@serwist/window": "9.0.0-preview.12"
},

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

"webpack": "5.90.1",
"@serwist/constants": "9.0.0-preview.11",
"@serwist/sw": "9.0.0-preview.11",
"@serwist/utils": "9.0.0-preview.11"
"@serwist/constants": "9.0.0-preview.12",
"@serwist/sw": "9.0.0-preview.12",
"@serwist/utils": "9.0.0-preview.12"
},

@@ -86,3 +86,3 @@ "peerDependencies": {

"typescript": ">=5.0.0",
"@serwist/sw": "9.0.0-preview.11"
"@serwist/sw": "9.0.0-preview.12"
},

@@ -89,0 +89,0 @@ "peerDependenciesMeta": {

@@ -98,3 +98,3 @@ import fs from "node:fs";

if (!tsConfigJson?.compilerOptions?.types?.includes("@serwist/next/typings")) {
logger.info("You may also want to add @serwist/next/typings to compilerOptions.types in your tsconfig.json/jsconfig.json.");
logger.info("You may also want to add '@serwist/next/typings' to compilerOptions.types in your tsconfig.json/jsconfig.json.");
}

@@ -101,0 +101,0 @@ }

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