New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@ruabick/utils

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ruabick/utils - npm Package Compare versions

Comparing version
0.3.1
to
0.3.2
+1
-1
package.json
{
"name": "@ruabick/utils",
"version": "0.3.1",
"version": "0.3.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "bin": {},

declare function parseProps(content: string): Record<string, string | undefined>;
interface LocaleConfigs {
defaultLang: string;
langToPathMap: Record<string, string>;
}
declare function resolveLocaleConfigs(root?: string): Promise<LocaleConfigs>;
export { LocaleConfigs, parseProps, resolveLocaleConfigs };