Socket
Socket
Sign inDemoInstall

@voiceflow/common

Package Overview
Dependencies
Maintainers
13
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voiceflow/common - npm Package Compare versions

Comparing version 6.2.1 to 6.2.2

2

lib/utils/intent.js

@@ -117,3 +117,3 @@ 'use strict';

const findSlot = (slot_type, platform) => {
const built_in_slot = find(SLOT_TYPES, { label: slot_type });
const built_in_slot = find(SLOT_TYPES, (s) => s.label === slot_type || s.type[platform] === slot_type);
if (built_in_slot) return built_in_slot.type[platform];

@@ -120,0 +120,0 @@ return null;

{
"name": "@voiceflow/common",
"description": "Junk drawer of utility functions",
"version": "6.2.1",
"version": "6.2.2",
"author": "Voiceflow",

@@ -6,0 +6,0 @@ "bugs": {

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