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-9a4458fd17-20221109070840 to 0.0.0-d2f7a90ee-20221109135547

11

binding.d.ts

@@ -273,2 +273,12 @@ /* tslint:disable */

}
export interface StatsEntrypointAsset {
name: string
size: number
}
export interface StatsEntrypoint {
name: string
assets: Array<StatsEntrypointAsset>
chunks: Array<string>
assetsSize: number
}
export interface StatsCompilation {

@@ -278,2 +288,3 @@ assets: Array<StatsAsset>

chunks: Array<StatsChunk>
entrypoints: Array<StatsEntrypoint>
errors: Array<StatsError>

@@ -280,0 +291,0 @@ errorsCount: number

2

package.json
{
"name": "@rspack/binding",
"version": "0.0.0-9a4458fd17-20221109070840",
"version": "0.0.0-d2f7a90ee-20221109135547",
"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