SkillAgentSearch skills...

Notify

https://github.com/notify-rs/notify Node.js binding via https://napi.rs

Install / Use

/learn @Brooooooklyn/Notify
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

@napi-rs/notify

https://github.com/Brooooooklyn/notify/actions

notify Node.js binding via napi-rs.

Install this package

yarn add @napi-rs/notify

Support matrix

Operating Systems

| | node12 | node14 | node16 | | ---------------- | ------ | ------ | ------ | | Windows x64 | ✓ | ✓ | ✓ | | Windows x32 | ✓ | ✓ | ✓ | | Windows arm64 | ✓ | ✓ | ✓ | | macOS x64 | ✓ | ✓ | ✓ | | macOS arm64 | ✓ | ✓ | ✓ | | Linux x64 gnu | ✓ | ✓ | ✓ | | Linux x64 musl | ✓ | ✓ | ✓ | | Linux arm gnu | ✓ | ✓ | ✓ | | Linux arm64 gnu | ✓ | ✓ | ✓ | | Linux arm64 musl | ✓ | ✓ | ✓ | | Android arm64 | ✓ | ✓ | ✓ | | FreeBSD x64 | ✓ | ✓ | ✓ |

API

const unwatch = watch('/some/path/to/watch', (err: Error | null, event: NotifyEvent) => {
  // some logic
})

unwatch() // unwatch later

Related Skills

View on GitHub
GitHub Stars17
CategoryDevelopment
Updated1mo ago
Forks0

Languages

Rust

Security Score

90/100

Audited on Feb 2, 2026

No findings