🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@rspack/core

Package Overview
Dependencies
Maintainers
2
Versions
1222
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
2.1.2
to
2.1.3
+7
-7
dist/Compilation.d.ts

@@ -16,2 +16,3 @@ /**

import type { EntryOptions, EntryPlugin } from './builtin-plugin/index.js';
import './Chunk.js';
import type { Chunk } from './Chunk.js';

@@ -37,3 +38,2 @@ import type { ChunkGraph } from './ChunkGraph.js';

import type Hash from './util/hash/index.js';
import './Chunk.js';
import './Chunks.js';

@@ -49,8 +49,2 @@ import './ChunkGraph.js';

}
export type ChunkPathData = {
id?: string | number;
name?: string;
hash?: string;
contentHash?: Record<string, string>;
};
export type PathData = {

@@ -66,2 +60,8 @@ filename?: string;

};
export type ChunkPathData = {
id?: string | number;
name?: string;
hash?: string;
contentHash?: Record<string, string> | string;
};
export interface LogEntry {

@@ -68,0 +68,0 @@ type: string;

@@ -46,5 +46,7 @@ declare const rspackVersion: string;

export type * from './config/index.js';
import { cachedCleverMerge as cleverMerge } from './util/cleverMerge.js';
import { createHash } from './util/createHash.js';
export declare const util: {
createHash: (algorithm: 'xxhash64' | 'md4' | 'native-md4' | (string & {}) | (new () => import("./util/hash/index.js").default)) => import("./util/hash/index.js").default;
cleverMerge: <First, Second>(first: First, second: Second) => First | Second | (First & Second);
createHash: typeof createHash;
cleverMerge: typeof cleverMerge;
};

@@ -51,0 +53,0 @@ export type { BannerPluginArgument, DefinePluginOptions, EntryOptions, ProgressPluginHandlerInfo, ProgressPluginOptions, ProvidePluginOptions, } from './builtin-plugin/index.js';

{
"name": "@rspack/core",
"version": "2.1.2",
"version": "2.1.3",
"webpackVersion": "5.75.0",

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

"@rsbuild/plugin-node-polyfill": "^1.4.6",
"@rslib/core": "^0.23.0",
"@rslib/core": "^0.23.2",
"@rspack/lite-tapable": "1.1.2",

@@ -62,3 +62,3 @@ "@swc/types": "0.1.27",

"dependencies": {
"@rspack/binding": "2.1.2"
"@rspack/binding": "2.1.3"
},

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

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

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