New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@kiina/dialogflow-to-outgoing

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kiina/dialogflow-to-outgoing - npm Package Compare versions

Comparing version 1.3.6 to 1.3.7

5

package.json
{
"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"
}
}

2

utils.js

@@ -9,3 +9,3 @@ const quickReply = ({ quick_replies }) => quick_replies

text: title,
buttons: buildButtons(buttons)
buttons: buttons ? buildButtons(buttons) : []
}

@@ -12,0 +12,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