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 8.2.0 to 8.3.0

3

dist/index.d.ts

@@ -0,1 +1,2 @@

import { errors } from "./lib/errors.js";
import { getManifest } from "./get-manifest.js";

@@ -8,3 +9,3 @@ import { injectManifest } from "./inject-manifest.js";

import { validateWebpackInjectManifestOptions } from "./lib/validate-options.js";
export { escapeRegExp, getManifest, getSourceMapURL, injectManifest, replaceAndUpdateSourceMap, transformManifest, validateWebpackInjectManifestOptions, };
export { escapeRegExp, errors, getManifest, getSourceMapURL, injectManifest, replaceAndUpdateSourceMap, transformManifest, validateWebpackInjectManifestOptions, };
export * from "./types.js";

@@ -0,3 +1,3 @@

import { oneLine } from 'common-tags';
import assert from 'assert';
import { oneLine } from 'common-tags';
import crypto from 'crypto';

@@ -489,2 +489,10 @@ import { glob } from 'glob';

async function getFileManifestEntries({ additionalPrecacheEntries, dontCacheBustURLsMatching, globDirectory, globFollow, globIgnores, globPatterns = [], globStrict, manifestTransforms, maximumFileSizeToCacheInBytes, modifyURLPrefix, templatedURLs, disablePrecacheManifest }) {
if (disablePrecacheManifest) {
return {
count: 0,
size: 0,
manifestEntries: undefined,
warnings: []
};
}
const warnings = [];

@@ -1413,2 +1421,2 @@ const allFileDetails = new Map();

export { escapeRegExp, getManifest, getSourceMapURL, injectManifest, replaceAndUpdateSourceMap, transformManifest, validateWebpackInjectManifestOptions };
export { errors, escapeRegExp, getManifest, getSourceMapURL, injectManifest, replaceAndUpdateSourceMap, transformManifest, validateWebpackInjectManifestOptions };
{
"name": "@serwist/build",
"version": "8.2.0",
"version": "8.3.0",
"type": "module",

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

"upath": "2.0.1",
"@serwist/background-sync": "8.2.0",
"@serwist/broadcast-update": "8.2.0",
"@serwist/cacheable-response": "8.2.0",
"@serwist/core": "8.2.0",
"@serwist/expiration": "8.2.0",
"@serwist/google-analytics": "8.2.0",
"@serwist/precaching": "8.2.0",
"@serwist/routing": "8.2.0"
"@serwist/background-sync": "8.3.0",
"@serwist/broadcast-update": "8.3.0",
"@serwist/cacheable-response": "8.3.0",
"@serwist/core": "8.3.0",
"@serwist/expiration": "8.3.0",
"@serwist/google-analytics": "8.3.0",
"@serwist/precaching": "8.3.0",
"@serwist/routing": "8.3.0"
},

@@ -73,3 +73,3 @@ "devDependencies": {

"type-fest": "4.8.3",
"@serwist/constants": "8.2.0"
"@serwist/constants": "8.3.0"
},

@@ -76,0 +76,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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