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-20221101015140 to 0.0.0-20221101082124

4

binding.d.ts

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

*/
unsafe_build(): Promise<StatsCompilation>
unsafe_build(callback: (err: null | Error, result: StatsCompilation) => void): void
/**

@@ -242,3 +242,3 @@ * Rebuild with the given option passed to the constructor

*/
unsafe_rebuild(changedFiles: Array<string>, removedFiles: Array<string>): Promise<Record<string, {content: string, kind: number}>>
unsafe_rebuild(callback: (err: null | Error, result: Record<string, {content: string, kind: number}>) => void): void
/**

@@ -245,0 +245,0 @@ * Get the last compilation

{
"name": "@rspack/binding",
"version": "0.0.0-20221101015140",
"version": "0.0.0-20221101082124",
"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