
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@hanakla/arma
Advanced tools
Floor killer single functions for Web frontend
See details from type definition and カン.
cssurl
- null safe css url()
wrapper.selectFile
- open file selectorletDownload
- Allow users to download blob as fileClipBoardUtil
loadImage
- load image by urlloadImageFromBlob
- load image by blobuseAsyncEffect
useChangedEffect
useObjectState
useSetRef
useCombineRef
- combile multiple refs into one refuseCurrentVisibleAnchorName
useIntersection
useFunk
- Dependecy free useCallback
lineBreakToSpace
ellipsisString
trimString
styleWhen
- conditional styling helper functionrescue
- exception handling functionmatch
- simple pattern matherimport defaultConfig from '@hanakla/arma/dist/bili.config.base'
import { Config } from 'bili'
import typescript from 'rollup-plugin-typescript2'
import { defaultBiliConfig } from '../../bili.default.config'
export default {
input: 'src/index.ts',
plugins: {
typescript2: typescript(),
terser: defaultConfig.plugins.terser,
},
babel: defaultConfig.babel,
bundleNodeModules: defaultConfig.bundleNodeModules,
output: {
format: ['cjs', 'esm'],
},
} as Config
FAQs
Single killer functions of Web frontend
The npm package @hanakla/arma receives a total of 1 weekly downloads. As such, @hanakla/arma popularity was classified as not popular.
We found that @hanakla/arma demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.