
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@zokugun/lang
Advanced tools
Provide basics methods for Array, Function, Number, Object and String
| :heavy_check_mark: 72 | :heavy_check_mark: 16 | :heavy_check_mark: 65 | :heavy_check_mark: 11 | :heavy_check_mark: 12 | :heavy_check_mark: 8.0 | :heavy_check_mark: 12 | :heavy_check_mark: 11 |
| :heavy_check_mark: 40 | :heavy_check_mark: 13 | :heavy_check_mark: 47 | :heavy_check_mark: 9* | :heavy_check_mark: 8 | :heavy_check_mark: 4.4 | :heavy_check_mark: 9 | :heavy_check_mark: 4.5* |
* tested manually due to limitation of automated testing tools
Here an example how a polyfill is defined:
#[if(any(lt(chakra-v1.3), lt(ecma-v8), lt(jsc-v10), lt(monkey-v48), trident, lt(v8-v5.7)))]
impl String {
padStart(targetLength: Number, pad: String = ' '): String => pad.repeat(targetLength - this.length) + this
}
#[else]
disclose String {
padStart(targetLength: Number, pad: String = ' '): String
}
Copyright © 2016 Baptiste Augrain
Licensed under the MIT license.
FAQs
Provide basics methods for Array, Function, Number, Object and String
We found that @zokugun/lang 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
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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.