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

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

declare function fetchHelperJSON(url: string, config?: RequestInit): Promise<any>;
declare function fetchHelperJSON<T extends Record<string, any>>(url: string, config?: RequestInit): Promise<T>;
declare function fetchHelperText(url: string, config?: RequestInit): Promise<string>;

@@ -47,0 +47,0 @@

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

declare function fetchHelperJSON(url: string, config?: RequestInit): Promise<any>;
declare function fetchHelperJSON<T extends Record<string, any>>(url: string, config?: RequestInit): Promise<T>;
declare function fetchHelperText(url: string, config?: RequestInit): Promise<string>;

@@ -47,0 +47,0 @@

{
"name": "@rg-dev/stdlib",
"version": "1.0.30",
"version": "1.0.31",
"description": "",

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