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.2-canary-c66cfe5-20240606035303 to 0.7.2-canary-fdfff21-20240606140946

9

binding.d.ts

@@ -240,2 +240,9 @@ /* auto-generated by NAPI-RS */

related: JsAssetInfoRelated
/**
* Webpack: AssetInfo = KnownAssetInfo & Record<string, any>
* But Napi.rs does not support Intersectiont types. This is a hack to store the additional fields
* in the rust struct and have the Js side to reshape and align with webpack
* Related: packages/rspack/src/Compilation.ts
*/
extras: Record<string, any>
}

@@ -730,2 +737,4 @@

module: JsModule
chunks: Array<JsChunk>
cacheGroupKey: string
}

@@ -732,0 +741,0 @@

20

package.json
{
"name": "@rspack/binding",
"version": "0.7.2-canary-c66cfe5-20240606035303",
"version": "0.7.2-canary-fdfff21-20240606140946",
"license": "MIT",

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

"optionalDependencies": {
"@rspack/binding-darwin-arm64": "0.7.2-canary-c66cfe5-20240606035303",
"@rspack/binding-darwin-x64": "0.7.2-canary-c66cfe5-20240606035303",
"@rspack/binding-linux-arm64-musl": "0.7.2-canary-c66cfe5-20240606035303",
"@rspack/binding-linux-arm64-gnu": "0.7.2-canary-c66cfe5-20240606035303",
"@rspack/binding-linux-x64-gnu": "0.7.2-canary-c66cfe5-20240606035303",
"@rspack/binding-linux-x64-musl": "0.7.2-canary-c66cfe5-20240606035303",
"@rspack/binding-win32-arm64-msvc": "0.7.2-canary-c66cfe5-20240606035303",
"@rspack/binding-win32-ia32-msvc": "0.7.2-canary-c66cfe5-20240606035303",
"@rspack/binding-win32-x64-msvc": "0.7.2-canary-c66cfe5-20240606035303"
"@rspack/binding-darwin-x64": "0.7.2-canary-fdfff21-20240606140946",
"@rspack/binding-darwin-arm64": "0.7.2-canary-fdfff21-20240606140946",
"@rspack/binding-linux-arm64-gnu": "0.7.2-canary-fdfff21-20240606140946",
"@rspack/binding-linux-arm64-musl": "0.7.2-canary-fdfff21-20240606140946",
"@rspack/binding-linux-x64-musl": "0.7.2-canary-fdfff21-20240606140946",
"@rspack/binding-linux-x64-gnu": "0.7.2-canary-fdfff21-20240606140946",
"@rspack/binding-win32-arm64-msvc": "0.7.2-canary-fdfff21-20240606140946",
"@rspack/binding-win32-ia32-msvc": "0.7.2-canary-fdfff21-20240606140946",
"@rspack/binding-win32-x64-msvc": "0.7.2-canary-fdfff21-20240606140946"
},

@@ -36,0 +36,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