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.0.0-20221101082124 to 0.0.0-20221102021023

16

binding.d.ts

@@ -41,3 +41,3 @@ /* tslint:disable */

favicon?: string
meta?: Record<string, string>
meta?: Record<string, Record<string, string>>
}

@@ -161,3 +161,3 @@ export interface RawPostCssConfig {

externals?: Record<string, string>
externalType?: string
externalsType?: string
devtool?: string

@@ -183,2 +183,10 @@ optimization?: RawOptimizationOptions

}
export interface DiffStat {
content: string
kind: DiffStatKind
}
export interface RebuildResult {
diff: Record<string, DiffStat>
stats: StatsCompilation
}
export interface StatsError {

@@ -225,6 +233,2 @@ message: string

}
export class DiffStat {
content: string
kind: DiffStatKind
}
export class Rspack {

@@ -231,0 +235,0 @@ constructor(options: RawOptions, pluginCallbacks?: PluginCallbacks | undefined | null)

{
"name": "@rspack/binding",
"version": "0.0.0-20221101082124",
"version": "0.0.0-20221102021023",
"description": "Node binding for rspack",

@@ -5,0 +5,0 @@ "main": "binding.js",

Sorry, the diff of this file is not supported yet

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