Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-04-28 | 249 Bytes | |
v7.0.0 source code.tar.gz | 2024-04-28 | 175.1 kB | |
v7.0.0 source code.zip | 2024-04-28 | 182.3 kB | |
Totals: 3 Items | 357.6 kB | 0 |
Breaking changes (types)
- The
SignalName
andSignal['name']
types in TypeScript are now stricter. They only allow valid signal names like'SIGINT'
. They do not allow lowercase signals like'sigint'
nor unknown signals like'SIGOTHER'
.