🚀 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.20
to
1.0.21
+1
-0
lib/common-env.cjs

@@ -73,2 +73,3 @@ var __defProp = Object.defineProperty;

this._chunks.push(text);
return this;
}

@@ -75,0 +76,0 @@ /** {@inheritDoc IStringBuilder.toString} */

+1
-1

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

/** {@inheritDoc IStringBuilder.append} */
append(text: string): void;
append(text: string): this;
/** {@inheritDoc IStringBuilder.toString} */

@@ -42,0 +42,0 @@ toString(): string;

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

/** {@inheritDoc IStringBuilder.append} */
append(text: string): void;
append(text: string): this;
/** {@inheritDoc IStringBuilder.toString} */

@@ -42,0 +42,0 @@ toString(): string;

@@ -38,2 +38,3 @@ // src/promise-retry.ts

this._chunks.push(text);
return this;
}

@@ -40,0 +41,0 @@ /** {@inheritDoc IStringBuilder.toString} */

{
"name": "@rg-dev/stdlib",
"version": "1.0.20",
"version": "1.0.21",
"description": "",

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