🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@rg-dev/stdlib

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rg-dev/stdlib - npm Package Compare versions

Comparing version
1.0.8
to
1.0.9
+1
-1
lib/common-env.d.cts

@@ -20,3 +20,3 @@ type Options = {

getValue(): T | undefined;
ifPresent(action: (val: T) => void): Required<T>;
ifPresent(action: (val: Required<T>) => void): void;
}

@@ -23,0 +23,0 @@ declare function sleep(ms: number): Promise<unknown>;

@@ -20,3 +20,3 @@ type Options = {

getValue(): T | undefined;
ifPresent(action: (val: T) => void): Required<T>;
ifPresent(action: (val: Required<T>) => void): void;
}

@@ -23,0 +23,0 @@ declare function sleep(ms: number): Promise<unknown>;

{
"name": "@rg-dev/stdlib",
"version": "1.0.8",
"version": "1.0.9",
"description": "",

@@ -5,0 +5,0 @@ "scripts": {