lisb-hubot
Advanced tools
Comparing version 3.5.0 to 3.5.1
{ | ||
"name": "lisb-hubot", | ||
"version": "3.5.0+forked.3.3.2", | ||
"version": "3.5.1+forked.3.3.2", | ||
"author": "hubot", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -50,3 +50,3 @@ 'use strict' | ||
case 'task': | ||
return !!obj.title | ||
return !!obj.title && !obj.note_id | ||
case 'file': | ||
@@ -53,0 +53,0 @@ return !!obj.file_id |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the 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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
311099