🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

sema4

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sema4 - npm Package Compare versions

Comparing version
0.1.2
to
0.1.3
+1
-1
dist/index.d.mts

@@ -31,3 +31,3 @@ declare class Sema<T = string> {

});
apply(): Promise<NodeJS.Timeout>;
apply(): Promise<ReturnType<typeof setTimeout>>;
reset(): number;

@@ -34,0 +34,0 @@ }

@@ -31,3 +31,3 @@ declare class Sema<T = string> {

});
apply(): Promise<NodeJS.Timeout>;
apply(): Promise<ReturnType<typeof setTimeout>>;
reset(): number;

@@ -34,0 +34,0 @@ }

{
"name": "sema4",
"version": "0.1.2",
"version": "0.1.3",
"description": "Promise based Semaphores",

@@ -32,3 +32,3 @@ "keywords": [

},
"types": "./index.d.ts",
"types": "./dist/index.d.ts",
"files": [

@@ -35,0 +35,0 @@ "dist"