🚀 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.12
to
1.0.13
+1
-1
lib/node-download.d.cts

@@ -1,3 +0,3 @@

declare function downloadFile(url: string, destination: string): Promise<string>;
declare function downloadFile(url: string, destination: string, headers: Record<string, any>): Promise<string>;
export { downloadFile };

@@ -1,3 +0,3 @@

declare function downloadFile(url: string, destination: string): Promise<string>;
declare function downloadFile(url: string, destination: string, headers: Record<string, any>): Promise<string>;
export { downloadFile };
{
"name": "@rg-dev/stdlib",
"version": "1.0.12",
"version": "1.0.13",
"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