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.24 to 9.0.0-preview.25

2

dist/lib/get-file-details.d.ts
import type { FileDetails, GlobPartial } from "../types.js";
export declare const getFileDetails: ({ globDirectory, globFollow, globIgnores, globPattern, }: Omit<GlobPartial, "globPatterns" | "templatedURLs" | "globDirectory"> & {
export declare const getFileDetails: ({ globDirectory, globFollow, globIgnores, globPattern, }: Omit<GlobPartial, "globDirectory" | "globPatterns" | "templatedURLs"> & {
globDirectory: string;

@@ -4,0 +4,0 @@ globPattern: string;

@@ -37,5 +37,5 @@ import type { Require } from "@serwist/utils";

/**
* This value can be used to determine the maximum size of files that will be
* precached. This prevents you from inadvertently precaching very large files
* that might have accidentally matched one of your patterns.
* Determines the maximum size of files that will be precached. This prevents
* you from inadvertently precaching very large files that might have accidentally
* matched one of your patterns.
* @default 2097152

@@ -42,0 +42,0 @@ */

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

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

"license": "MIT",
"repository": "https://gitlab.com/serwist/serwist",
"bugs": "https://gitlab.com/serwist/serwist/issues",
"repository": "https://github.com/serwist/serwist",
"bugs": "https://github.com/serwist/serwist/issues",
"homepage": "https://serwist.pages.dev",

@@ -54,3 +54,3 @@ "main": "./dist/index.js",

"pretty-bytes": "6.1.1",
"rollup": "4.14.0",
"rollup": "4.14.3",
"source-map": "0.8.0-beta.0",

@@ -63,8 +63,8 @@ "upath": "2.0.1",

"@types/fs-extra": "11.0.4",
"@types/node": "20.12.4",
"@types/node": "20.12.7",
"@types/stringify-object": "4.0.5",
"type-fest": "4.15.0",
"typescript": "5.5.0-dev.20240404",
"@serwist/constants": "9.0.0-preview.24",
"@serwist/utils": "9.0.0-preview.24"
"typescript": "5.5.0-dev.20240415",
"@serwist/configs": "9.0.0-preview.25",
"@serwist/utils": "9.0.0-preview.25"
},

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

@@ -41,5 +41,5 @@ import type { Require } from "@serwist/utils";

/**
* This value can be used to determine the maximum size of files that will be
* precached. This prevents you from inadvertently precaching very large files
* that might have accidentally matched one of your patterns.
* Determines the maximum size of files that will be precached. This prevents
* you from inadvertently precaching very large files that might have accidentally
* matched one of your patterns.
* @default 2097152

@@ -46,0 +46,0 @@ */

Sorry, the diff of this file is not supported yet

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