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.2.0 to 0.2.1

14

CHANGES.md

@@ -0,3 +1,17 @@

v0.2.1
======
* Fix scheduled messages not removed from cache.
v0.2.0
======
* Hubot can now process messages sent by hubot-schedule.
v0.1.0
======
* Intial release

2

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

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

@@ -24,3 +24,3 @@ # hubot-schedule

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

@@ -97,4 +97,3 @@ ```

Licensed under the **[MIT License] [license]**.
Licensed under the **[MIT License](LICENSE)**.

@@ -25,3 +25,3 @@ # hubot-schedule

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

@@ -94,4 +94,3 @@ ```

Licensed under the **[MIT License] [license]**.
Licensed under the **[MIT License](LICENSE)**.

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