Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.6.1 to 0.6.2

15

CHANGES.md

@@ -0,1 +1,16 @@

v0.6.2
======
* Fix schedule list not shown for the jobs created using v0.5.1 or below.
v0.6.1
======
* Fix channel name only resolved for public channel.
v0.6.0
======
* Support hubot-slack v4.x.
v0.5.1

@@ -2,0 +17,0 @@ ======

2

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

@@ -6,0 +6,0 @@ "homepage": "https://github.com/matsukaz/hubot-schedule",

@@ -21,3 +21,9 @@ # hubot-schedule

## 注意点
### Slack利用時
Slackを利用されている場合、`hubot-slack` は `v4.2.2` 以上をご利用ください。`v4.2.1` を利用すると、スケジュール登録に失敗することがあります。
## インストール方法

@@ -29,3 +35,3 @@

"dependencies": {
"hubot-schedule": "~0.6.1"
"hubot-schedule": "~0.6.2"
}

@@ -32,0 +38,0 @@ ```

@@ -22,3 +22,10 @@ # hubot-schedule

## Note
### for Slack users
If you are using slack adapter such as `hubot-slack`, please use `v4.2.2` or later.
`v4.2.1` sometimes fails to add new schedule.
## Installation

@@ -30,3 +37,3 @@

"dependencies": {
"hubot-schedule": "~0.6.1"
"hubot-schedule": "~0.6.2"
}

@@ -33,0 +40,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