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.0.0-20221124101348 to 0.0.0-20221125103438

4

binding.d.ts

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

func?: (...args: any[]) => any
uses?: Array<RawModuleRuleUse>
use?: Array<RawModuleRuleUse>
type?: "js" | "jsx" | "ts" | "tsx" | "css" | "json" | "asset" | "asset/resource" | "asset/source" | "asset/inline"

@@ -161,2 +161,4 @@ }

chunkFilename?: string
cssFilename?: string
cssChunkFilename?: string
uniqueName?: string

@@ -163,0 +165,0 @@ }

{
"name": "@rspack/binding",
"version": "0.0.0-20221124101348",
"version": "0.0.0-20221125103438",
"description": "Node binding for rspack",

@@ -25,2 +25,3 @@ "main": "binding.js",

"build:debug": "napi build --platform --js false --dts binding.d.ts --config napirs.rc.json",
"build:debug:x64": "napi build --platform --js false --dts binding.d.ts --config napirs.rc.json --target x86_64-apple-darwin",
"build:release:all": "run-p build:release build:release:x64 build:release:linux",

@@ -27,0 +28,0 @@ "build:release": "napi build --release --platform --js false --dts binding.d.ts --config napirs.rc.json",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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