@kiina/dialogflow-to-outgoing
Advanced tools
Comparing version 1.3.6 to 1.3.7
{ | ||
"name": "@kiina/dialogflow-to-outgoing", | ||
"version": "1.3.6", | ||
"version": "1.3.7", | ||
"description": "", | ||
@@ -21,3 +21,6 @@ "main": "index.js", | ||
"jest": "23.1.0" | ||
}, | ||
"dependencies": { | ||
"@kiina/ml-processor": "^1.0.3" | ||
} | ||
} |
@@ -9,3 +9,3 @@ const quickReply = ({ quick_replies }) => quick_replies | ||
text: title, | ||
buttons: buildButtons(buttons) | ||
buttons: buttons ? buildButtons(buttons) : [] | ||
} | ||
@@ -12,0 +12,0 @@ }); |
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
4862
1
1
+ Added@kiina/ml-processor@^1.0.3
+ Added@kiina/ml-processor@1.0.3(transitive)
+ Addedapiai@4.0.3(transitive)