Socket
Socket
Sign inDemoInstall

doomp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doomp - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

2

package.json
{
"name": "doomp",
"version": "0.1.1",
"version": "0.2.0",
"description": "A alarm voice.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -9,13 +9,15 @@ # node-doomp

var alarm = require('doomp')
// ... your code ...
// while process exiting
process.on('exit', function () {
// you'll hear DOOMP-DOOMP-DOOMP
alarm(3)
})
```javascript
var alarm = require('doomp')
// ... your code ...
// while process exiting
process.on('exit', function () {
// you'll hear DOOMP-DOOMP-DOOMP
alarm(3)
})
```
PS: max count is 5.

@@ -33,2 +35,4 @@

sh some_time_script.sh && doomp 3
```shell
sh some_time_script.sh && doomp 3
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc