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

coderbin-utils

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coderbin-utils

bin-JavaScript-自定义工具函数库

latest
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

自定义工具函数库

1. 安装命令

npm i coderbin-utils

2. 导入文件

<script src="./node_modules/coderbin-utils/dist/coderbin-utils.js"></script>

3. 使用方式

  • 注意:全局对象为:binUtils
console.log(binUtils.map([1,2,3,4,5], item => {
  return item * 10
}));

4. 源码地址

前往 https://gitee.com/zhu-junbin/coderbin-utils

Keywords

coderbin

FAQs

Package last updated on 21 Jun 2022

Did you know?

Socket

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.

Install

Related posts