Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
hubot-time-me
Advanced tools
Ask hubot location-based question about users, such as their local time.
Location-aware queries about users for hubot.
Where is parkr? What time is it at parkr's location? Hey Hubot, parkr's now in a new location.
See src/time-me.coffee
for full documentation.
Add hubot-time-me to your package.json
file:
npm install --save hubot-time-me
Add hubot-time-me to your external-scripts.json
:
["hubot-time-me"]
Run npm install
Go to https://timezonedb.com and register for an account. You should receive an API key that you can then tell Hubot about. Just set the environment variable HUBOT_TIMEZONEDB_API_KEY
to the API key provided :zap:
user1>> hubot parkr is in Ithaca, NY
hubot>> Ok, updated parkr's location to 'Ithaca, NY'
user1>> hubot where is parkr
hubot>> parkr is in Ithaca, NY.
user1>> hubot time me parkr
hubot>> It's currently Thursday, March 13 at 18:39 PM. in Ithaca, NY.
FAQs
Ask hubot location-based question about users, such as their local time.
We found that hubot-time-me demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.