Socket
Socket
Sign inDemoInstall

@voiceflow/common

Package Overview
Dependencies
Maintainers
24
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 8.1.3 to 8.1.4

2

build/cjs/utils/intent.d.ts

@@ -36,5 +36,5 @@ import { BuiltinSlot } from "../constants";

replacer?: (sample: string, entityID: string) => string;
getSamples: (inputs: string[]) => string[];
getSamples?: (inputs: string[]) => string[];
}) => JSONUtterance[];
export declare const injectUtteranceSpaces: (originalUtterance: string) => string;
export declare const cleanVFIntentName: (intentName: string) => string;

@@ -36,5 +36,5 @@ import { BuiltinSlot } from "../constants";

replacer?: (sample: string, entityID: string) => string;
getSamples: (inputs: string[]) => string[];
getSamples?: (inputs: string[]) => string[];
}) => JSONUtterance[];
export declare const injectUtteranceSpaces: (originalUtterance: string) => string;
export declare const cleanVFIntentName: (intentName: string) => string;
{
"name": "@voiceflow/common",
"description": "Junk drawer of utility functions",
"version": "8.1.3",
"version": "8.1.4",
"author": "Voiceflow",

@@ -63,3 +63,3 @@ "bugs": {

"types": "build/cjs/index.d.ts",
"gitHead": "44332b2f8a5da9cbef4e99992e024025b33a350e"
"gitHead": "be34a6433350078199c2a139350a86d18f27b867"
}

Sorry, the diff of this file is not supported yet

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