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
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 0.6.5-canary-2456d69-20240515093621 to 0.6.5-canary-5042eed-20240515115707

24

binding.d.ts

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

export type LocalJsFilename = JsFilename;
export type RawLazyCompilationTest = RegExp | ((m: Module) => boolean);
/* -- banner.d.ts end -- */

@@ -175,3 +177,4 @@

CssExtractRspackPlugin = 'CssExtractRspackPlugin',
JsLoaderRspackPlugin = 'JsLoaderRspackPlugin'
JsLoaderRspackPlugin = 'JsLoaderRspackPlugin',
LazyCompilationPlugin = 'LazyCompilationPlugin'
}

@@ -971,2 +974,10 @@

export interface RawLazyCompilationOption {
module: (err: Error | null, arg: RawModuleArg) => any
test?: RawLazyCompilationTest
entries: boolean
imports: boolean
cacheable: boolean
}
export interface RawLibraryAuxiliaryComment {

@@ -1007,2 +1018,7 @@ root?: string

export interface RawModuleArg {
module: string
path: string
}
export interface RawModuleFilenameTemplateFnCtx {

@@ -1022,2 +1038,8 @@ identifier: string

export interface RawModuleInfo {
active: boolean
client: string
data: string
}
export interface RawModuleOptions {

@@ -1024,0 +1046,0 @@ rules: Array<RawModuleRule>

20

package.json
{
"name": "@rspack/binding",
"version": "0.6.5-canary-2456d69-20240515093621",
"version": "0.6.5-canary-5042eed-20240515115707",
"license": "MIT",

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

"optionalDependencies": {
"@rspack/binding-darwin-arm64": "0.6.5-canary-2456d69-20240515093621",
"@rspack/binding-linux-arm64-gnu": "0.6.5-canary-2456d69-20240515093621",
"@rspack/binding-darwin-x64": "0.6.5-canary-2456d69-20240515093621",
"@rspack/binding-linux-arm64-musl": "0.6.5-canary-2456d69-20240515093621",
"@rspack/binding-linux-x64-gnu": "0.6.5-canary-2456d69-20240515093621",
"@rspack/binding-linux-x64-musl": "0.6.5-canary-2456d69-20240515093621",
"@rspack/binding-win32-arm64-msvc": "0.6.5-canary-2456d69-20240515093621",
"@rspack/binding-win32-x64-msvc": "0.6.5-canary-2456d69-20240515093621",
"@rspack/binding-win32-ia32-msvc": "0.6.5-canary-2456d69-20240515093621"
"@rspack/binding-darwin-x64": "0.6.5-canary-5042eed-20240515115707",
"@rspack/binding-darwin-arm64": "0.6.5-canary-5042eed-20240515115707",
"@rspack/binding-linux-arm64-musl": "0.6.5-canary-5042eed-20240515115707",
"@rspack/binding-linux-arm64-gnu": "0.6.5-canary-5042eed-20240515115707",
"@rspack/binding-linux-x64-gnu": "0.6.5-canary-5042eed-20240515115707",
"@rspack/binding-linux-x64-musl": "0.6.5-canary-5042eed-20240515115707",
"@rspack/binding-win32-arm64-msvc": "0.6.5-canary-5042eed-20240515115707",
"@rspack/binding-win32-ia32-msvc": "0.6.5-canary-5042eed-20240515115707",
"@rspack/binding-win32-x64-msvc": "0.6.5-canary-5042eed-20240515115707"
},

@@ -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