Socket
Socket
Sign inDemoInstall

parse-reminder

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse-reminder - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

2

index.js
const chrono = require('chrono-node')
const matcher = /^remind @?([^\s]+)(?: to )?(.*)$/
const matcher = /^remind @?([^\s]+)(?: to )?([\s\S]*)$/

@@ -5,0 +5,0 @@ const parser = new chrono.Chrono()

{
"name": "parse-reminder",
"version": "1.2.0",
"version": "1.3.0",
"description": "parse natural language reminders into who, what, and when",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -96,2 +96,6 @@ process.env.TZ = 'UTC'

who: 'probot/everyone', when: new Date(2017, 6, 6, 12, 0, 0, 0), what: 'have coffee'
},
'remind @probot/everyone to have coffee \nwith \nfriends tomorrow at noon': {
who: 'probot/everyone', when: new Date(2017, 6, 6, 12, 0, 0, 0), what: 'have coffee \nwith \nfriends'
}

@@ -98,0 +102,0 @@ }

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