Socket
Socket
Sign inDemoInstall

alarm

Package Overview
Dependencies
0
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 2.0.0

index.js

44

package.json
{
"name": "alarm",
"version": "1.0.2",
"description": "Simple alarm function to call function at a specified Date",
"main": "alarm.js",
"author": "Richard Remer (reanjr@gmail.com)",
"license": "MIT"
"description": "Set an alarm that will call the given function at the specified time.",
"version": "2.0.0",
"homepage": "https://github.com/doowb/alarm",
"author": "Brian Woodward (https://doowb.com)",
"repository": "doowb/alarm",
"bugs": {
"url": "https://github.com/doowb/alarm/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"gulp-format-md": "^0.1.12",
"mocha": "^3.3.0"
},
"keywords": [
"alarm"
],
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
}
}
}
alarm.js
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc