New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@alttiri/util-js

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alttiri/util-js - npm Package Compare versions

Comparing version 1.8.1 to 1.8.4

{
"name": "@alttiri/util-js",
"version": "1.8.1",
"version": "1.8.4",
"description": "Some util functions for personal use",

@@ -17,3 +17,3 @@ "homepage": "https://github.com/AlttiRi/util-js",

"type": "module",
"main": "index",
"main": "index.js",
"files": [

@@ -36,3 +36,3 @@ "src",

"#": "",
"unpublish-npm": "npm unpublish @alttiri/util-js@1.2.3 --registry=https://registry.npmjs.org",
"unpublish-npm": "npm unpublish @alttiri/util-js@1.8.3 --registry=https://registry.npmjs.org",
"##": "",

@@ -39,0 +39,0 @@ "login-npm": "npm login --registry=https://registry.npmjs.org",

@@ -8,5 +8,5 @@ type VoidFunc = (value: void) => void;

constructor(max: number);
constructor(max?: number);
acquire(): Promise<void>;
release(): void;
}