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

@rspack/core

Package Overview
Dependencies
Maintainers
3
Versions
1095
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 1.0.2 to 1.0.3

3

dist/ChunkGroup.d.ts

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

import { type JsChunkGroup, type JsCompilation } from "@rspack/binding";
import { type JsChunkGroup, type JsChunkGroupOrigin, type JsCompilation } from "@rspack/binding";
import { Chunk } from "./Chunk";

@@ -13,2 +13,3 @@ export declare class ChunkGroup {

get name(): Readonly<string | undefined>;
get origins(): ReadonlyArray<JsChunkGroupOrigin>;
/**

@@ -15,0 +16,0 @@ * Note: This is not a webpack public API, maybe removed in future.

@@ -55,2 +55,5 @@ "use strict";

}
get origins() {
return __classPrivateFieldGet(this, _ChunkGroup_inner, "f").origins;
}
/**

@@ -57,0 +60,0 @@ * Note: This is not a webpack public API, maybe removed in future.

{
"name": "@rspack/core",
"version": "1.0.2",
"version": "1.0.3",
"webpackVersion": "5.75.0",

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

"caniuse-lite": "^1.0.30001616",
"@rspack/binding": "1.0.2"
"@rspack/binding": "1.0.3"
},

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

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