You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@parcel/rust

Package Overview
Dependencies
Maintainers
1
Versions
336
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.14.5-canary.3437
to
2.14.5-canary.3441
+7
-0
index.d.ts

@@ -16,2 +16,9 @@ /* tslint:disable */

export declare function optimizeImage(kind: string, buf: Buffer): Buffer
export declare function transformHtml(opts: object): unknown
export declare function packageHtml(opts: object): unknown
export declare function optimizeHtml(opts: object): unknown
export declare function transformSvg(opts: object): unknown
export declare function packageSvg(opts: object): unknown
export declare function optimizeSvg(opts: object): unknown
export declare function svgReact(opts: object): unknown
export interface JsFileSystemOptions {

@@ -18,0 +25,0 @@ read: (...args: any[]) => any

+8
-1

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

const { findAncestorFile, findFirstFile, findNodeModule, hashString, hashBuffer, Hash, optimizeImage, Resolver, transform, transformAsync } = nativeBinding
const { findAncestorFile, findFirstFile, findNodeModule, hashString, hashBuffer, Hash, optimizeImage, transformHtml, packageHtml, optimizeHtml, transformSvg, packageSvg, optimizeSvg, svgReact, Resolver, transform, transformAsync } = nativeBinding

@@ -323,4 +323,11 @@ module.exports.findAncestorFile = findAncestorFile

module.exports.optimizeImage = optimizeImage
module.exports.transformHtml = transformHtml
module.exports.packageHtml = packageHtml
module.exports.optimizeHtml = optimizeHtml
module.exports.transformSvg = transformSvg
module.exports.packageSvg = packageSvg
module.exports.optimizeSvg = optimizeSvg
module.exports.svgReact = svgReact
module.exports.Resolver = Resolver
module.exports.transform = transform
module.exports.transformAsync = transformAsync
+2
-2
{
"name": "@parcel/rust",
"version": "2.14.5-canary.3437+40ebdcd87",
"version": "2.14.5-canary.3441+d0c8ddd99",
"license": "MIT",

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

},
"gitHead": "40ebdcd87a4bb51df3b060a05aad005595de8558"
"gitHead": "d0c8ddd99d1937e8e1d13043684a8a10617187a6"
}

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