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

@rushstack/webpack-plugin-utilities

Package Overview
Dependencies
Maintainers
0
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/webpack-plugin-utilities - npm Package Compare versions

Comparing version 0.4.52 to 0.4.53

17

CHANGELOG.json

@@ -5,2 +5,19 @@ {

{
"version": "0.4.53",
"tag": "@rushstack/webpack-plugin-utilities_v0.4.53",
"date": "Wed, 02 Oct 2024 00:11:19 GMT",
"comments": {
"patch": [
{
"comment": "Ensure compatibility with webpack 5.95.0"
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/heft\" to `0.68.2`"
}
]
}
},
{
"version": "0.4.52",

@@ -7,0 +24,0 @@ "tag": "@rushstack/webpack-plugin-utilities_v0.4.52",

9

CHANGELOG.md
# Change Log - @rushstack/webpack-plugin-utilities
This log was last generated on Tue, 01 Oct 2024 00:11:28 GMT and should not be manually modified.
This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified.
## 0.4.53
Wed, 02 Oct 2024 00:11:19 GMT
### Patches
- Ensure compatibility with webpack 5.95.0
## 0.4.52

@@ -6,0 +13,0 @@ Tue, 01 Oct 2024 00:11:28 GMT

6

lib/Testing.js

@@ -98,4 +98,6 @@ "use strict";

const compiler = webpackModule(compilerOptions);
compiler.outputFileSystem = memFs;
compiler.outputFileSystem.join = path_1.default.join.bind(path_1.default);
// The memFs Volume satisfies the interface contract, but the types aren't happy due to strict null checks
const outputFileSystem = memFs;
outputFileSystem.join = path_1.default.join.bind(path_1.default);
compiler.outputFileSystem = outputFileSystem;
return new Promise((resolve, reject) => {

@@ -102,0 +104,0 @@ compiler.run((err, stats) => {

{
"name": "@rushstack/webpack-plugin-utilities",
"version": "0.4.52",
"version": "0.4.53",
"description": "This plugin sets the webpack public path at runtime.",

@@ -15,3 +15,3 @@ "main": "lib/index.js",

"webpack-merge": "~5.8.0",
"memfs": "3.4.3"
"memfs": "4.12.0"
},

@@ -32,5 +32,5 @@ "peerDependencies": {

"@types/tapable": "1.0.6",
"webpack": "~5.82.1",
"@rushstack/heft": "0.68.1",
"local-node-rig": "1.0.0"
"webpack": "~5.95.0",
"local-node-rig": "1.0.0",
"@rushstack/heft": "0.68.2"
},

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