
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
igroot-app-notify
Advanced tools
应用消息通知组件
直接调用。
import React from 'react'
import { Button } from 'igroot'
import notify from 'igroot-app-notify'
notify({
url: 'http://test.com',
user: 100,
app: 200
})
包裹组件用法。
import React from 'react'
import { Button } from 'igroot'
import notify from 'igroot-app-notify'
const notifyElement = notify({
url: 'http://test.com',
user: 100,
app: 200
}, (
<Button
draggable
shape="circle"
type="primary"
icon="sound"
/>
))
ReactDOM.render(notifyElement, mountNode)
FAQs
> 应用消息通知组件
We found that igroot-app-notify 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.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.