-
```console
$ npm audit
# npm audit report
semver 7.0.0 - 7.5.1
Severity: moderate
semver vulnerable to Regular Expression Denial of Service - https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
…
-
# Please check everything that applies to your issue:
- [Yes] I looked in closed issues and it has not already been answered
- [No] My issue appeared with a terminal-notifier update
- [No] I'm usin…
-
A list of everything still to be done:
- [x] Arena game options sync (rain, wildlife)
- [x] End of Game menu for clients -- fixed by https://github.com/henpemaz/Rain-Meadow/pull/336
- [x] Portrai…
-
Hi,
Thanks for your program, it's really useful !
I recently realized that it could crash when adding a torrent file to the monitored folder.
First question, the windows cmd closes without show…
-
Using `node-notifier` works for Windows 7. But for some reason this plugin is based on `node-notifier` but it doesn't work for Windows 7. Am I misunderstanding something?
-
I got a security notice for `node-notifier` in my project that uses `tsdx@0.14.0` (see screenshot below)
This is the output of `npm ls node-notifier`:
```
➜ npm ls node-notifier
└─┬ tsdx@0.14.…
-
I created a vanilla electron forge project using their webpack script `npx create-electron-app my-new-app --template=webpack`. From there I followed the `node-notifier` docs and inserted the `notifier…
-
import Notifier from 'node-notifier';
Notifier.notify({
message: folder.message,
title: folderPath.split('\\').reverse()[0],
wait: true,
timeout: 10,
});
-
### Describe the bug
I'm using vite and get the following error in my typescript react project:
`./node_modules/@bugsnag/web-worker/types/notifier.ts(17,10): error TS1205: Re-exporting a type when t…
-
Hi Support Team
We are using the Pull Request Notifier Plugin on our Bitbucket (8 nodes cluster environment). We have 4 nodes dedicated for the https traffic and other 4 for the ssh traffic. We had…