hubot-openassets
Advanced tools
Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "hubot-openassets", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Hubot script for managing and sending assets based on the Open Assets protocol", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -86,3 +86,3 @@ // Description: | ||
robot.hear(new RegExp(`${robotKeyword} address (add|remove|list)\s*(\w*)\s*(\w*)`, 'i'), function(res) { | ||
robot.hear(new RegExp(`${robotKeyword} address (add|remove|list)\\s*(\\w*)\\s*(\\w*)`, 'i'), function(res) { | ||
let command = res.match[1]; | ||
@@ -186,3 +186,3 @@ let nick = res.match[2]; | ||
console.log(err); | ||
console.log(body); | ||
console.log(body); | ||
} | ||
@@ -193,3 +193,3 @@ }); | ||
robot.hear(new RegExp(`${robotKeyword} send (\d*)\s?to (\w+).*`, 'i'), function(hearResponse) { | ||
robot.hear(new RegExp(`${robotKeyword} send (\\d*)\s?to (\\w+).*`, 'i'), function(hearResponse) { | ||
let user = hearResponse.message.user; | ||
@@ -196,0 +196,0 @@ if (!robot.auth.isAdmin(user)) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12047
7
234
1