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-20221102063021 to 0.0.0-20221102114315

9

binding.d.ts

@@ -191,3 +191,8 @@ /* tslint:disable */

message: string
formatted: string
}
export interface StatsWarning {
message: string
formatted: string
}
export interface StatsAsset {

@@ -198,2 +203,3 @@ type: string

chunks: Array<string>
chunkNames: Array<string>
}

@@ -216,2 +222,3 @@ export interface StatsModule {

names: Array<string>
size: number
}

@@ -224,2 +231,4 @@ export interface StatsCompilation {

errorsCount: number
warnings: Array<StatsWarning>
warningsCount: number
}

@@ -226,0 +235,0 @@ export interface OnLoadContext {

2

package.json
{
"name": "@rspack/binding",
"version": "0.0.0-20221102063021",
"version": "0.0.0-20221102114315",
"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