Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@hudiemon/utils

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hudiemon/utils - npm Package Compare versions

Comparing version
1.0.23
to
1.0.24
+1
dist/getDictionary.d.ts
export declare const getDictionary: (key: string) => {} | undefined;
export var getDictionary = function getDictionary(key) {
if (!window.dictionary) {
console.error('未加载字典');
return {};
}
return window.dictionary.get(key);
};
+1
-0

@@ -5,2 +5,3 @@ export { default as BigNumber } from './BigNumber';

export { default as fen2yuan } from './fen2yuan';
export * from './getDictionary';
export { default as isDev } from './isDev';

@@ -7,0 +8,0 @@ export { default as isPromise } from './isPromise';

@@ -5,2 +5,3 @@ export { default as BigNumber } from "./BigNumber";

export { default as fen2yuan } from "./fen2yuan";
export * from "./getDictionary";
export { default as isDev } from "./isDev";

@@ -7,0 +8,0 @@ export { default as isPromise } from "./isPromise";

+1
-1
{
"name": "@hudiemon/utils",
"version": "1.0.23",
"version": "1.0.24",
"description": "A react library developed with dumi",

@@ -5,0 +5,0 @@ "license": "MIT",