Socket
Socket
Sign inDemoInstall

@parcel/rust

Package Overview
Dependencies
Maintainers
0
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel/rust - npm Package Compare versions

Comparing version 2.12.1-canary.3317 to 2.12.1-canary.3318

27

index.d.ts

@@ -18,27 +18,2 @@ /* tslint:disable */

export function optimizeImage(kind: string, buf: Buffer): Buffer
/**
* JavaScript provided options to configure the `tracing_subscriber` rust logs into a file or the
* console.
*/
export interface ParcelTracingOptions {
/** Enable tracing */
enabled: boolean
/**
* If set to some, will trace to a file with the given options, otherwise the console will be
* used.
*/
outputFileOptions?: ParcelTracingOutputFileOptions
}
/**
* Output file configuration.
* Tracing log files will be rotated hourly on the provided directory.
*/
export interface ParcelTracingOutputFileOptions {
/** The directory where the log files will be written. */
directory: string
/** A prefix for the log file names. */
prefix: string
/** The maximum number of rotated files to keep. */
maxFiles: number
}
export interface ParcelNapiBuildOptions {

@@ -56,3 +31,3 @@

threads?: number
tracingOptions?: ParcelTracingOptions
tracerOptions?: object
}

@@ -59,0 +34,0 @@ export function registerWorker(worker: object): void

4

package.json
{
"name": "@parcel/rust",
"version": "2.12.1-canary.3317+67b6935d3",
"version": "2.12.1-canary.3318+7068dd69b",
"license": "MIT",

@@ -43,3 +43,3 @@ "publishConfig": {

},
"gitHead": "67b6935d34247747e5192bed28b7d19df95dc8e5"
"gitHead": "7068dd69b916d001c2551ceadff778aa032dff14"
}

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

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

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