Socket
Socket
Sign inDemoInstall

@voiceflow/common

Package Overview
Dependencies
Maintainers
12
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.0.0 to 4.0.1

lib/utils/intentConstants.js

1

lib/utils/index.js

@@ -8,4 +8,5 @@ 'use strict';

intent: require('./intents'),
intentConstants: require('./intentConstants'),
draftToMarkdown: require('./draftToMarkdown'),
intentCharRegex: require('./intentCharRegex'),
};

2

lib/utils/intents.js

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

const randomstring = require('randomstring');
const { SLOT_TYPES } = require('./constants');
const { SLOT_TYPES } = require('./intentConstants');
const { validSpokenCharacters, validLatinChars } = require('./intentCharRegex');

@@ -10,0 +10,0 @@ const draftToMarkdown = require('./draftToMarkdown');

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