Socket
Socket
Sign inDemoInstall

@parcel/rust

Package Overview
Dependencies
Maintainers
1
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.3330 to 2.12.1-canary.3332

5

index.d.ts

@@ -10,4 +10,2 @@ /* tslint:disable */

}
export function initSentry(): void
export function closeSentry(): void
export function findAncestorFile(filenames: Array<string>, from: string, root: string): string | null

@@ -19,2 +17,4 @@ export function findFirstFile(names: Array<string>): string | null

export function optimizeImage(kind: string, buf: Buffer): Buffer
export function initializeMonitoring(): void
export function closeMonitoring(): void
export interface ParcelNapiBuildOptions {

@@ -32,3 +32,2 @@ registerWorker: (...args: any[]) => any

threads?: number
tracerOptions?: object
}

@@ -35,0 +34,0 @@ /**

6

index.js

@@ -313,6 +313,4 @@ /* tslint:disable */

const { initSentry, closeSentry, findAncestorFile, findFirstFile, findNodeModule, hashString, hashBuffer, Hash, optimizeImage, ParcelNapi, registerWorker, Resolver, ResolverOld, testingRunParcelJsTransformerPlugin, transform, transformAsync } = nativeBinding
const { findAncestorFile, findFirstFile, findNodeModule, hashString, hashBuffer, Hash, optimizeImage, initializeMonitoring, closeMonitoring, ParcelNapi, registerWorker, Resolver, ResolverOld, testingRunParcelJsTransformerPlugin, transform, transformAsync } = nativeBinding
module.exports.initSentry = initSentry
module.exports.closeSentry = closeSentry
module.exports.findAncestorFile = findAncestorFile

@@ -325,2 +323,4 @@ module.exports.findFirstFile = findFirstFile

module.exports.optimizeImage = optimizeImage
module.exports.initializeMonitoring = initializeMonitoring
module.exports.closeMonitoring = closeMonitoring
module.exports.ParcelNapi = ParcelNapi

@@ -327,0 +327,0 @@ module.exports.registerWorker = registerWorker

{
"name": "@parcel/rust",
"version": "2.12.1-canary.3330+8ab5d078b",
"version": "2.12.1-canary.3332+4ce0f6eb0",
"license": "MIT",

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

},
"gitHead": "8ab5d078beedb9a2dcb2b798d674444bb9a82241"
"gitHead": "4ce0f6eb01da680891a29183833f5f6a881bcb74"
}

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