🚀 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.16
to
1.0.17
+1
-1
lib/common-env.d.cts

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

private constructor();
static of<T>(val: T): Optional<T>;
static of<T>(val: T | undefined): Optional<T>;
orElseThrow(msg?: string): T;

@@ -19,0 +19,0 @@ setValue(newValue: T): this;

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

private constructor();
static of<T>(val: T): Optional<T>;
static of<T>(val: T | undefined): Optional<T>;
orElseThrow(msg?: string): T;

@@ -19,0 +19,0 @@ setValue(newValue: T): this;

{
"name": "@rg-dev/stdlib",
"version": "1.0.16",
"version": "1.0.17",
"description": "",

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

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

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