Socket
Socket
Sign inDemoInstall

hubot-schedule

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-schedule - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

10

package.json
{
"name": "hubot-schedule",
"description": "Message scheduler for hubot",
"version": "0.2.1",
"version": "0.3.0",
"author": "matsukaz <matsukaz@gmail.com> (http://matsukaz.hatenablog.com)",

@@ -19,4 +19,4 @@ "homepage": "https://github.com/matsukaz/hubot-schedule",

"dependencies": {
"node-schedule": "~0.1.15",
"cron-parser": "~0.5.1"
"node-schedule": "~0.5.1",
"cron-parser": "~1.0.1"
},

@@ -26,3 +26,5 @@ "bugs": {

},
"devDependencies": {},
"devDependencies": {
"hubot": "^2.17.0"
},
"scripts": {

@@ -29,0 +31,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

8

README_ja.md
# hubot-schedule
\[English: [README.md](README.md)\]
[README.md](README.md)
[![NPM version](https://badge.fury.io/js/hubot-schedule.png)](http://badge.fury.io/js/hubot-schedule)
[![NPM](https://nodei.co/npm/hubot-schedule.png?downloads=true)](https://nodei.co/npm/hubot-schedule/)
hubot-scheduleはHubotで動作するメッセージスケジューラです。

@@ -24,3 +28,3 @@

"dependencies": {
"hubot-schedule": "~0.2.1"
"hubot-schedule": "~0.3.0"
}

@@ -27,0 +31,0 @@ ```

# hubot-schedule
\[Japanese: [README_ja.md](README_ja.md)\]
[README_ja.md](README_ja.md)
[![NPM version](https://badge.fury.io/js/hubot-schedule.png)](http://badge.fury.io/js/hubot-schedule)
[![NPM](https://nodei.co/npm/hubot-schedule.png?downloads=true)](https://nodei.co/npm/hubot-schedule/)
hubot-schedule is a message scheduler runs on hubot.

@@ -25,3 +29,3 @@

"dependencies": {
"hubot-schedule": "~0.2.1"
"hubot-schedule": "~0.3.0"
}

@@ -28,0 +32,0 @@ ```

Sorry, the diff of this file is not supported yet

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