Socket
Socket
Sign inDemoInstall

already

Package Overview
Dependencies
0
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.1.1

6

dist/index.d.ts

@@ -69,3 +69,3 @@ declare const _default: {

*/
export declare function concurrent<R, A extends any[]>(size: number, fn: Callback<R, A>): (...args: Parameters<typeof fn>) => Promise<ReturnType<typeof fn>>;
export declare function concurrent<R, A extends any[]>(size: number, fn: Callback<R, A>): (...a: A) => Promise<R>;
export declare function concurrent(size: number): <R, A extends any[]>(fn: Callback<R, A>, ...a: A) => Promise<R>;

@@ -139,3 +139,3 @@ export declare function delay(milliseconds: number): Promise<void>;

export interface ResolvedReflection<T> {
error?: void;
error?: undefined;
value: T;

@@ -147,3 +147,3 @@ isResolved: true;

error: Error;
value?: void;
value?: undefined;
isResolved: false;

@@ -150,0 +150,0 @@ isRejected: true;

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "3.1.0",
"version": "3.1.1",
"author": "Gustaf Räntilä <g.rantila@gmail.com>",

@@ -8,0 +8,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc