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

@rspack/binding

Package Overview
Dependencies
Maintainers
3
Versions
1105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rspack/binding - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

67

binding.d.ts

@@ -23,4 +23,4 @@ /* auto-generated by NAPI-RS */

export declare class EntryDataDto {
get dependencies(): Array<JsDependency>
get includeDependencies(): Array<JsDependency>
get dependencies(): JsDependency[]
get includeDependencies(): JsDependency[]
get options(): EntryOptionsDto

@@ -112,3 +112,3 @@ }

set recursive(recursive: boolean)
get dependencies(): Array<JsDependencyMut>
get dependencies(): JsDependency[]
}

@@ -143,4 +143,4 @@

export declare class JsDependenciesBlock {
get dependencies(): Array<JsDependency>
get blocks(): Array<JsDependenciesBlock>
get dependencies(): JsDependency[]
get blocks(): JsDependenciesBlock[]
}

@@ -153,9 +153,2 @@

get critical(): boolean
}
export declare class JsDependencyMut {
get type(): string
get category(): string
get request(): string | undefined
get critical(): boolean
set critical(val: boolean)

@@ -188,4 +181,4 @@ }

get layer(): string | undefined
get blocks(): Array<JsDependenciesBlock>
get dependencies(): Array<JsDependency>
get blocks(): JsDependenciesBlock[]
get dependencies(): JsDependency[]
size(ty?: string | undefined | null): number

@@ -526,9 +519,2 @@ get modules(): JsModule[] | undefined

export interface JsChunkPathData {
id?: string
name?: string
hash?: string
contentHash?: string | Record<string, string>
}
export interface JsCodegenerationResult {

@@ -741,6 +727,11 @@ sources: Record<string, string>

id?: string
chunk?: JsChunkPathData
contentHashType?: string
chunk?: JsPathDataChunkLike
}
export interface JsPathDataChunkLike {
name?: string
hash?: string
id?: string
}
export interface JsResolveArgs {

@@ -1355,2 +1346,12 @@ request: string

export interface RawExperimentCacheOptionsCommon {
type: "disable"|"memory"
}
export interface RawExperimentCacheOptionsPersistent {
type: "persistent"
snapshot: RawExperimentSnapshotOptions
storage: Array<RawStorageOptions>
}
export interface RawExperiments {

@@ -1361,4 +1362,11 @@ layers: boolean

rspackFuture: RawRspackFuture
cache: RawExperimentCacheOptionsPersistent | RawExperimentCacheOptionsCommon
}
export interface RawExperimentSnapshotOptions {
immutablePaths: Array<string|RegExp>
unmanagedPaths: Array<string|RegExp>
managedPaths: Array<string|RegExp>
}
export interface RawExposeOptions {

@@ -1475,10 +1483,13 @@ key: string

make: boolean
emitAssets: boolean
inferAsyncModules: boolean
providedExports: boolean
dependenciesDiagnostics: boolean
buildChunkGraph: boolean
modulesHashes: boolean
modulesCodegen: boolean
modulesRuntimeRequirements: boolean
buildChunkGraph: boolean
chunksRuntimeRequirements: boolean
chunksHashes: boolean
chunksRender: boolean
emitAssets: boolean
}

@@ -1570,2 +1581,3 @@

draft?: RawDraft
drafts?: RawDraft
nonStandard?: RawNonStandard

@@ -1959,2 +1971,7 @@ pseudoClasses?: RawLightningCssPseudoClasses

export interface RawStorageOptions {
type: "filesystem"
directory: string
}
export interface RawSwcJsMinimizerOptions {

@@ -1961,0 +1978,0 @@ compress: any

{
"name": "@rspack/binding",
"version": "1.1.1",
"version": "1.1.2",
"license": "MIT",

@@ -27,11 +27,11 @@ "description": "Node binding for rspack",

"optionalDependencies": {
"@rspack/binding-darwin-arm64": "1.1.1",
"@rspack/binding-win32-arm64-msvc": "1.1.1",
"@rspack/binding-linux-arm64-gnu": "1.1.1",
"@rspack/binding-linux-arm64-musl": "1.1.1",
"@rspack/binding-win32-ia32-msvc": "1.1.1",
"@rspack/binding-linux-x64-musl": "1.1.1",
"@rspack/binding-win32-x64-msvc": "1.1.1",
"@rspack/binding-darwin-x64": "1.1.1",
"@rspack/binding-linux-x64-gnu": "1.1.1"
"@rspack/binding-darwin-arm64": "1.1.2",
"@rspack/binding-linux-arm64-gnu": "1.1.2",
"@rspack/binding-win32-arm64-msvc": "1.1.2",
"@rspack/binding-linux-arm64-musl": "1.1.2",
"@rspack/binding-win32-ia32-msvc": "1.1.2",
"@rspack/binding-win32-x64-msvc": "1.1.2",
"@rspack/binding-linux-x64-gnu": "1.1.2",
"@rspack/binding-linux-x64-musl": "1.1.2",
"@rspack/binding-darwin-x64": "1.1.2"
},

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

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