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 4.2.0 to 4.2.1

lib/constants/locales.js

51

lib/constants/intents.js

@@ -1331,2 +1331,53 @@ 'use strict';

// exports.BUILT_IN_INTENTS_GOOGLE = [{
// name: 'actions.intent.PLAY_GAME',
// slots: []
// }, {
// name: 'actions.intent.RESERVE_TAXI',
// slots: []
// }, {
// name: 'actions.intent.HEAR_JOKE',
// slots: []
// }, {
// name: 'actions.intent.HEAR_QUOTE',
// slots: []
// }, {
// name: 'actions.intent.HEAR_FACT',
// slots: []
// }, {
// name: 'actions.intent.TAKE_QUIZ',
// slots: []
// }, {
// name: 'actions.intent.GET_FORTUNE',
// slots: []
// }, {
// name: 'actions.intent.GET_HOROSCOPE',
// slots: []
// }, {
// name: 'actions.intent.GET_JOKE',
// slots: []
// }, {
// name: 'actions.intent.GET_QUOTATION',
// slots: []
// }, {
// name: 'actions.intent.GET_CREDIT_SCORE',
// slots: []
// }, {
// name: 'actions.intent.GET_CRYPTOCURRENCY_PRICE',
// slots: []
// }, {
// name: 'actions.intent.CHECK_WATERSPORTS_CONDITIONS',
// slots: []
// }, {
// name: 'actions.intent.CHECK_AIR_QUALITY',
// slots: []
// }, {
// name: 'actions.intent.CHECK_WATER_CONDITIONS',
// slots: []
// }, {
// name: 'actions.intent.START_CALMING_ACTIVITY',
// slots: []
// }]
exports.BUILT_IN_INTENTS_GOOGLE = [];
/* eslint-enable sonarjs/no-duplicate-string */

46

lib/constants/slots.js
'use strict';
const LOCALES = {
US: 'en-US',
AU: 'en-AU',
CA: 'en-CA',
IN: 'en-IN',
GB: 'en-GB',
CA_fr: 'fr-CA',
US_es: 'es-US',
FR: 'fr-FR',
DE: 'de-DE',
IT: 'it-IT',
JP: 'ja-JP',
ES: 'es-ES',
MX: 'es-MX',
BR: 'pt-BR',
};
const { GOOGLE_LOCALES: GL, LOCALES: L } = require('./locales');
const GOOGLE_LOCALES = {
HK: 'zh-HK',
CN: 'zh-CN',
TW: 'zh-TW',
DA: 'da',
NL: 'nl',
EN: 'en',
FR: 'fr',
DE: 'de',
HI: 'hi',
ID: 'id',
IT: 'it',
JA: 'ja',
KO: 'ko',
NO: 'no',
PL: 'pl',
PT: 'pt',
BR: 'pt-BR',
RU: 'ru',
ES: 'es',
SV: 'sv',
TH: 'th',
TR: 'tr',
UK: 'uk',
};
const L = LOCALES;
const GL = GOOGLE_LOCALES;
module.exports = [

@@ -50,0 +6,0 @@ { label: 'Custom', type: { alexa: null, google: null }, locales: { alexa: null, google: null } },

{
"name": "@voiceflow/common",
"description": "Junk drawer of utility functions",
"version": "4.2.0",
"version": "4.2.1",
"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