Socket
Book a DemoInstallSign in
Socket

@rspack/core

Package Overview
Dependencies
Maintainers
2
Versions
1161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rspack/core - npm Package Compare versions

Comparing version

to
1.5.0

3

dist/builtin-plugin/ExternalsPlugin.d.ts

@@ -8,5 +8,6 @@ import { type BuiltinPlugin, BuiltinPluginName } from "@rspack/binding";

private externals;
private placeInInitial?;
name: BuiltinPluginName;
constructor(type: string, externals: Externals);
constructor(type: string, externals: Externals, placeInInitial?: boolean | undefined);
raw(): BuiltinPlugin | undefined;
}

@@ -97,2 +97,7 @@ /**

options: RspackOptionsNormalized;
/**
* Note: This is not a webpack public API, maybe removed in future.
* @internal
*/
__internal_browser_require: (id: string) => unknown;
constructor(context: string, options: RspackOptionsNormalized);

@@ -99,0 +104,0 @@ get recordsInputPath(): never;

@@ -562,5 +562,3 @@ "use strict";

return ()=>(cache || (result = callback(), cache = !0, callback = void 0), result);
};
__webpack_require__("node:fs");
let LoaderLoadingError = class extends Error {
}, LoaderLoadingError = class extends Error {
constructor(message){

@@ -567,0 +565,0 @@ super(message), this.name = "LoaderRunnerError", Error.captureStackTrace(this, this.constructor);

{
"name": "@rspack/core",
"version": "1.5.0-rc.0",
"version": "1.5.0",
"webpackVersion": "5.75.0",

@@ -63,3 +63,3 @@ "license": "MIT",

"@rspack/lite-tapable": "1.0.1",
"@rspack/binding": "1.5.0-rc.0"
"@rspack/binding": "1.5.0"
},

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

Sorry, the diff of this file is too big to display