@parcel/rust
Advanced tools
+7
-0
@@ -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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
352162138
47.92%452
3.2%