Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

botpress-hitl

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botpress-hitl - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

4

bin/node.bundle.js

@@ -321,4 +321,4 @@ module.exports =

if (event.platform === 'facebook') {
profileUrl = event.user.profile_pic;
if (event.user && event.user.first_name && event.user.last_name) {
profileUrl = event.user.profile_pic || event.user.picture_url;
full_name = event.user.first_name + ' ' + event.user.last_name;

@@ -325,0 +325,0 @@ }

{
"name": "botpress-hitl",
"version": "1.0.7",
"version": "1.0.8",
"description": "Official HITL (Human In The Loop) module for Botpress",

@@ -5,0 +5,0 @@ "main": "bin/node.bundle.js",

Sorry, the diff of this file is not supported yet

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