Comparing version 1.4.1 to 1.4.2
@@ -6,2 +6,3 @@ export declare const classNames: (...args: (string | boolean)[]) => string; | ||
export declare function mergeDeep(target: any, ...sources: any[]): any; | ||
export declare const randomString: (length: number) => string; | ||
export declare const stringInterpolate: (str: string, data: Record<string, any>) => string; | ||
@@ -14,1 +15,2 @@ export declare const isValidUrl: (url: string) => boolean; | ||
}>; | ||
export declare function download(url: string, name: string): void; |
{ | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"license": "MIT", | ||
@@ -4,0 +4,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
534440
127
4948