New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@emnapi/core

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emnapi/core - npm Package Compare versions

Comparing version
1.8.1
to
1.9.0
+3
-2
dist/emnapi-core.cjs.min.d.ts

@@ -203,4 +203,3 @@ /// <reference types="node" />

init (options: InitOptions): any
initWorker (arg: number): void
executeAsyncWork (work: number): void
initWorker (arg: number, func: [number, number]): void
postMessage?: (msg: any) => any

@@ -281,2 +280,3 @@

/* Excluded from this release type: printErr */
threadSpawn?: ((startArg: number, errorOrTid?: number) => number);
constructor(options: ThreadManagerOptions);

@@ -308,2 +308,3 @@ init(): void;

printErr?: (message: string) => void;
threadSpawn?: (startArg: number, errorOrTid?: number) => number;
}

@@ -310,0 +311,0 @@

@@ -203,4 +203,3 @@ /// <reference types="node" />

init (options: InitOptions): any
initWorker (arg: number): void
executeAsyncWork (work: number): void
initWorker (arg: number, func: [number, number]): void
postMessage?: (msg: any) => any

@@ -281,2 +280,3 @@

/* Excluded from this release type: printErr */
threadSpawn?: ((startArg: number, errorOrTid?: number) => number);
constructor(options: ThreadManagerOptions);

@@ -308,2 +308,3 @@ init(): void;

printErr?: (message: string) => void;
threadSpawn?: (startArg: number, errorOrTid?: number) => number;
}

@@ -310,0 +311,0 @@

@@ -203,4 +203,3 @@ /// <reference types="node" />

init (options: InitOptions): any
initWorker (arg: number): void
executeAsyncWork (work: number): void
initWorker (arg: number, func: [number, number]): void
postMessage?: (msg: any) => any

@@ -281,2 +280,3 @@

/* Excluded from this release type: printErr */
threadSpawn?: ((startArg: number, errorOrTid?: number) => number);
constructor(options: ThreadManagerOptions);

@@ -308,2 +308,3 @@ init(): void;

printErr?: (message: string) => void;
threadSpawn?: (startArg: number, errorOrTid?: number) => number;
}

@@ -310,0 +311,0 @@

@@ -203,4 +203,3 @@ /// <reference types="node" />

init (options: InitOptions): any
initWorker (arg: number): void
executeAsyncWork (work: number): void
initWorker (arg: number, func: [number, number]): void
postMessage?: (msg: any) => any

@@ -281,2 +280,3 @@

/* Excluded from this release type: printErr */
threadSpawn?: ((startArg: number, errorOrTid?: number) => number);
constructor(options: ThreadManagerOptions);

@@ -308,2 +308,3 @@ init(): void;

printErr?: (message: string) => void;
threadSpawn?: (startArg: number, errorOrTid?: number) => number;
}

@@ -310,0 +311,0 @@

+2
-2
{
"name": "@emnapi/core",
"version": "1.8.1",
"version": "1.9.0",
"description": "emnapi core",

@@ -30,3 +30,3 @@ "main": "index.js",

"dependencies": {
"@emnapi/wasi-threads": "1.1.0",
"@emnapi/wasi-threads": "1.2.0",
"tslib": "^2.4.0"

@@ -33,0 +33,0 @@ },

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display