New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rspack/binding

Package Overview
Dependencies
Maintainers
2
Versions
1118
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

to
0.0.0-20221215081027

22

binding.d.ts

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

export interface RawCacheOptions {
cacheType: string
type: string
maxGenerations: number

@@ -183,2 +183,21 @@ maxAge: number

}
export interface JsLoaderContext {
content: Buffer
additionalData?: Buffer
sourceMap?: Buffer
resource: string
resourcePath: string
resourceQuery?: string
resourceFragment?: string
cacheable: boolean
}
export interface JsLoaderResult {
content: Buffer
sourceMap?: Buffer
additionalData?: Buffer
cacheable: boolean
}
export interface RawNodeOption {
dirname?: string
}
export interface RawOptimizationOptions {

@@ -252,2 +271,3 @@ splitChunks?: RawSplitChunksOptions

experiments?: RawExperiments
node?: RawNodeOption
}

@@ -254,0 +274,0 @@ export interface JsAssetInfoRelated {

2

package.json
{
"name": "@rspack/binding",
"version": "0.0.0-20221214040619",
"version": "0.0.0-20221215081027",
"description": "Node binding for rspack",

@@ -5,0 +5,0 @@ "main": "binding.js",

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