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.3288 to 2.12.1-canary.3289

4

index.d.ts

@@ -53,6 +53,5 @@ /* tslint:disable */

fs?: object
rpc: (...args: any[]) => any
tracingOptions?: ParcelTracingOptions
}
export function workerCallback(callback: (...args: any[]) => any): void
export function registerWorker(worker: object): void
export interface JsFileSystemOptions {

@@ -122,3 +121,2 @@ canonicalize: (...args: any[]) => any

testingTempFsIsDir(path: string): Promise<boolean>
testingRpcPing(): Promise<void>
}

@@ -125,0 +123,0 @@ export class Resolver {

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

const { initSentry, closeSentry, findAncestorFile, findFirstFile, findNodeModule, hashString, hashBuffer, Hash, optimizeImage, ParcelNapi, workerCallback, Resolver, testingRunParcelJsTransformerPlugin, transform, transformAsync } = nativeBinding
const { initSentry, closeSentry, findAncestorFile, findFirstFile, findNodeModule, hashString, hashBuffer, Hash, optimizeImage, ParcelNapi, registerWorker, Resolver, testingRunParcelJsTransformerPlugin, transform, transformAsync } = nativeBinding

@@ -326,3 +326,3 @@ module.exports.initSentry = initSentry

module.exports.ParcelNapi = ParcelNapi
module.exports.workerCallback = workerCallback
module.exports.registerWorker = registerWorker
module.exports.Resolver = Resolver

@@ -329,0 +329,0 @@ module.exports.testingRunParcelJsTransformerPlugin = testingRunParcelJsTransformerPlugin

{
"name": "@parcel/rust",
"version": "2.12.1-canary.3288+d1e3eeef5",
"version": "2.12.1-canary.3289+bd87fc4aa",
"license": "MIT",

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

},
"gitHead": "d1e3eeef5073552aceb77ff9bad734044676d0fb"
"gitHead": "bd87fc4aaccae80911230b02c5a63373c859d7ef"
}

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