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

@rspack/binding

Package Overview
Dependencies
Maintainers
1
Versions
1103
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 0.7.4-canary-bdc2037-20240617004808 to 0.7.4-canary-c24c83f-20240618120853

20

binding.d.ts

@@ -105,16 +105,2 @@ /* auto-generated by NAPI-RS */

export function __loader_item_debug(item: ExternalObject<'LoaderItem'>): string
export function __loader_item_get_loader_data(item: ExternalObject<'LoaderItem'>): any
export function __loader_item_get_normal_executed(item: ExternalObject<'LoaderItem'>): boolean
export function __loader_item_get_pitch_executed(item: ExternalObject<'LoaderItem'>): boolean
export function __loader_item_set_loader_data(item: ExternalObject<'LoaderItem'>, data: any): void
export function __loader_item_set_normal_executed(item: ExternalObject<'LoaderItem'>): void
export function __loader_item_set_pitch_executed(item: ExternalObject<'LoaderItem'>): void
export interface BuiltinPlugin {

@@ -140,2 +126,3 @@ name: BuiltinPluginName

EnableWasmLoadingPlugin = 'EnableWasmLoadingPlugin',
FetchCompileAsyncWasmPlugin = 'FetchCompileAsyncWasmPlugin',
ChunkPrefetchPreloadPlugin = 'ChunkPrefetchPreloadPlugin',

@@ -402,3 +389,5 @@ CommonJsChunkFormatPlugin = 'CommonJsChunkFormatPlugin',

type: string
inner: ExternalObject<'LoaderItem'>
data: any
normalExecuted: boolean
pitchExecuted: boolean
}

@@ -573,2 +562,3 @@

codeGenerated: boolean
buildTimeExecuted: boolean
cached: boolean

@@ -575,0 +565,0 @@ cacheable: boolean

{
"name": "@rspack/binding",
"version": "0.7.4-canary-bdc2037-20240617004808",
"version": "0.7.4-canary-c24c83f-20240618120853",
"license": "MIT",

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

"optionalDependencies": {
"@rspack/binding-darwin-arm64": "0.7.4-canary-bdc2037-20240617004808",
"@rspack/binding-darwin-x64": "0.7.4-canary-bdc2037-20240617004808",
"@rspack/binding-linux-x64-gnu": "0.7.4-canary-bdc2037-20240617004808",
"@rspack/binding-linux-arm64-musl": "0.7.4-canary-bdc2037-20240617004808",
"@rspack/binding-linux-arm64-gnu": "0.7.4-canary-bdc2037-20240617004808",
"@rspack/binding-linux-x64-musl": "0.7.4-canary-bdc2037-20240617004808",
"@rspack/binding-win32-arm64-msvc": "0.7.4-canary-bdc2037-20240617004808",
"@rspack/binding-win32-ia32-msvc": "0.7.4-canary-bdc2037-20240617004808",
"@rspack/binding-win32-x64-msvc": "0.7.4-canary-bdc2037-20240617004808"
"@rspack/binding-darwin-arm64": "0.7.4-canary-c24c83f-20240618120853",
"@rspack/binding-darwin-x64": "0.7.4-canary-c24c83f-20240618120853",
"@rspack/binding-linux-arm64-gnu": "0.7.4-canary-c24c83f-20240618120853",
"@rspack/binding-linux-arm64-musl": "0.7.4-canary-c24c83f-20240618120853",
"@rspack/binding-linux-x64-gnu": "0.7.4-canary-c24c83f-20240618120853",
"@rspack/binding-win32-arm64-msvc": "0.7.4-canary-c24c83f-20240618120853",
"@rspack/binding-linux-x64-musl": "0.7.4-canary-c24c83f-20240618120853",
"@rspack/binding-win32-ia32-msvc": "0.7.4-canary-c24c83f-20240618120853",
"@rspack/binding-win32-x64-msvc": "0.7.4-canary-c24c83f-20240618120853"
},

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

@@ -8,4 +8,6 @@ <picture>

Node binding for rspack.
Private node binding crate for rspack.
This package does *NOT* follow [semantic versioning](https://semver.org/).
## Documentation

@@ -12,0 +14,0 @@

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