
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
前端定制化工具库
npm install diana --save
使用文档 :tada:
import * as _ from 'diana' // browser
// const _ = require('diana') // node.js
const isEqual = _.equal([1, 2, 3], [1, 2, 3]) // true
配合使用 babel-plugin-on-demand-loading 可以实现按需加载,体积能极大的减小。
与此同时该库后续会集成一些有用的装饰器函数,比如目前可以像如下使用防抖函数:
import { Debounce } from 'diana'
class Demo {
@Debounce(1000)
submit() {} // 点击按钮
}
If you want to contrubute this proj, you can read how to pr
FAQs
lightweight tool library
We found that diana 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.