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

@serwist/build

Package Overview
Dependencies
Maintainers
1
Versions
53
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.11 to 9.0.0-preview.12

8

dist/types.d.ts

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

* [the same rules](https://webpack.js.org/configuration/module/#condition)
* as `webpack`'s standard `exclude` option.
* as webpack's standard `exclude` option.
* @default

@@ -175,3 +175,3 @@ * ```

* [the same rules](https://webpack.js.org/configuration/module/#condition)
* as `webpack`'s standard `include` option.
* as webpack's standard `include` option.
*/

@@ -200,3 +200,3 @@ include?: (string | RegExp | ((arg0: any) => boolean))[];

/**
* When `true` (the default), the `swSrc` file will be compiled by `webpack`.
* When `true` (the default), the `swSrc` file will be compiled by webpack.
* When `false`, compilation will not occur (and `webpackCompilationPlugins`

@@ -209,3 +209,3 @@ * can't be used.) Set to `false` if you want to inject the manifest into,

/**
* Optional `webpack` plugins that will be used when compiling the `swSrc`
* Optional webpack plugins that will be used when compiling the `swSrc`
* input file. Only valid if `compileSrc` is `true`.

@@ -212,0 +212,0 @@ */

{
"name": "@serwist/build",
"version": "9.0.0-preview.11",
"version": "9.0.0-preview.12",
"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.11",
"@serwist/broadcast-update": "9.0.0-preview.11",
"@serwist/cacheable-response": "9.0.0-preview.11",
"@serwist/core": "9.0.0-preview.11",
"@serwist/expiration": "9.0.0-preview.11",
"@serwist/google-analytics": "9.0.0-preview.11",
"@serwist/precaching": "9.0.0-preview.11",
"@serwist/routing": "9.0.0-preview.11"
"@serwist/background-sync": "9.0.0-preview.12",
"@serwist/broadcast-update": "9.0.0-preview.12",
"@serwist/cacheable-response": "9.0.0-preview.12",
"@serwist/core": "9.0.0-preview.12",
"@serwist/expiration": "9.0.0-preview.12",
"@serwist/google-analytics": "9.0.0-preview.12",
"@serwist/precaching": "9.0.0-preview.12",
"@serwist/routing": "9.0.0-preview.12"
},

@@ -75,4 +75,4 @@ "devDependencies": {

"typescript": "5.4.0-dev.20240206",
"@serwist/constants": "9.0.0-preview.11",
"@serwist/utils": "9.0.0-preview.11"
"@serwist/constants": "9.0.0-preview.12",
"@serwist/utils": "9.0.0-preview.12"
},

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

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

* [the same rules](https://webpack.js.org/configuration/module/#condition)
* as `webpack`'s standard `exclude` option.
* as webpack's standard `exclude` option.
* @default

@@ -195,3 +195,3 @@ * ```

* [the same rules](https://webpack.js.org/configuration/module/#condition)
* as `webpack`'s standard `include` option.
* as webpack's standard `include` option.
*/

@@ -226,3 +226,3 @@ include?: (string | RegExp | ((arg0: any) => boolean))[];

/**
* When `true` (the default), the `swSrc` file will be compiled by `webpack`.
* When `true` (the default), the `swSrc` file will be compiled by webpack.
* When `false`, compilation will not occur (and `webpackCompilationPlugins`

@@ -238,3 +238,3 @@ * can't be used.) Set to `false` if you want to inject the manifest into,

/**
* Optional `webpack` plugins that will be used when compiling the `swSrc`
* Optional webpack plugins that will be used when compiling the `swSrc`
* input file. Only valid if `compileSrc` is `true`.

@@ -241,0 +241,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