
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
basic-helper
Advanced tools
basic-helper 是一个语义化辅助函数库,提供一些基础通用的数据处理函数。
yarn add basic-helper
import { Call } from 'basic-helper';
Call((args1, args2) => {}, args1, args2);
basic-helper 的辅助函数按照一定的规则进行了分类,可以按需引入
// 默认引入
import { RemoveArrayItem } from 'basic-helper/array';
import { Call, CallFunc } from 'basic-helper/call';
import { DateFormat, ToUTC, TimeFormat, DateRange } from 'basic-helper/datetime-helper';
import DebounceClass from 'basic-helper/debounce';
import EventEmitterClass from 'basic-helper/event-emitter';
import {
StripScript, IsUrl, IsFunc, IsObj, IsEmail,
IsPhoneNumber, IsPhone, BoolFilter, InArr, HasValue
} from 'basic-helper/filter';
import { UUID, WrapNumbPrefix, GenerateNumberRange, Random } from 'basic-helper/generation';
import { SetBasicUnit, GetBasicUnit, ToBasicUnitMoney, MoneyFormat, UnitFormat } from 'basic-helper/money';
import { GetFloatLen, SetFloatLen, ToFixed, ToggleBasicFloatLen } from 'basic-helper/number';
// 需要指定引入
import Storage from 'basic-helper/storage';
import numTransformToCN from 'basic-helper/num-to-cn';
FAQs
basic-helper 是一个语义化辅助函数库,提供一些基础通用的数据处理函数。
We found that basic-helper demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.