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-02df4322c5-20221125030212 to 0.0.0-04c3199c37-20221129020016

9

binding.d.ts

@@ -83,2 +83,3 @@ /* tslint:disable */

treeShaking?: boolean
sideEffects?: boolean
progress?: RawProgressPluginConfig

@@ -91,2 +92,6 @@ react?: RawReactOptions

}
export interface RawEntryItem {
import: Array<string>
runtime?: string
}
/**

@@ -175,3 +180,3 @@ * `loader` is for js side loader, `builtin_loader` is for rust side loader,

symlinks?: boolean
tsconfig?: string
tsConfigPath?: string
}

@@ -193,3 +198,3 @@ export interface RawSplitChunksOptions {

export interface RawOptions {
entry?: Record<string, string>
entry?: Record<string, RawEntryItem>
mode?: string

@@ -196,0 +201,0 @@ target?: string[]

{
"name": "@rspack/binding",
"version": "0.0.0-02df4322c5-20221125030212",
"version": "0.0.0-04c3199c37-20221129020016",
"description": "Node binding for rspack",

@@ -20,7 +20,9 @@ "main": "binding.js",

"@napi-rs/cli": "^2.6.2",
"why-is-node-running": "2.2.1"
"why-is-node-running": "2.2.1",
"npm-run-all": "4.1.5"
},
"scripts": {
"build": "napi build --platform --js false --dts binding.d.ts --config napirs.rc.json",
"build:release:all": "pnpm build:release && pnpm build:release:x64 && pnpm build:release:linux",
"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",
"build:release": "napi build --release --platform --js false --dts binding.d.ts --config napirs.rc.json",

@@ -27,0 +29,0 @@ "build:release:x64": "napi build --release --platform --js false --dts binding.d.ts --config napirs.rc.json --target x86_64-apple-darwin",

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