Socket
Socket
Sign inDemoInstall

@voiceflow/common

Package Overview
Dependencies
Maintainers
20
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 7.25.0 to 7.25.1

1

build/common/constants/regexp.d.ts
export declare const SPACE_REGEXP: RegExp;
export declare const SLOT_REGEXP: RegExp;
export declare const SLOT_ANNOTATION_SIMPLE_REGEX: RegExp;
export declare const IS_VARIABLE_REGEXP: RegExp;

@@ -4,0 +5,0 @@ export declare const READABLE_VARIABLE_REGEXP: RegExp;

3

build/common/constants/regexp.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VALID_SAMPLE_UTTERANCE = exports.VALID_SAMPLE_CHARACTERS = exports.VALID_SAMPLE_CHARACTERS_WITHOUT_CURLY_BRACES_OR_SPACES = exports.VALID_SPOKEN_CHARACTER = exports.VALID_LATIN_CHARACTER = exports.VALID_CHARACTER = exports.READABLE_VARIABLE_REGEXP = exports.IS_VARIABLE_REGEXP = exports.SLOT_REGEXP = exports.SPACE_REGEXP = void 0;
exports.VALID_SAMPLE_UTTERANCE = exports.VALID_SAMPLE_CHARACTERS = exports.VALID_SAMPLE_CHARACTERS_WITHOUT_CURLY_BRACES_OR_SPACES = exports.VALID_SPOKEN_CHARACTER = exports.VALID_LATIN_CHARACTER = exports.VALID_CHARACTER = exports.READABLE_VARIABLE_REGEXP = exports.IS_VARIABLE_REGEXP = exports.SLOT_ANNOTATION_SIMPLE_REGEX = exports.SLOT_REGEXP = exports.SPACE_REGEXP = void 0;
exports.SPACE_REGEXP = / /g;
exports.SLOT_REGEXP = /{{\[([^ .[\]{}]*?)]\.([^ .[\]{}]*?)}}/g;
exports.SLOT_ANNOTATION_SIMPLE_REGEX = /{([^ .[\]{}]+?)}/g;
exports.IS_VARIABLE_REGEXP = /^{.*}$/;

@@ -7,0 +8,0 @@ exports.READABLE_VARIABLE_REGEXP = /{(\w{1,64})}/g;

export declare const SPACE_REGEXP: RegExp;
export declare const SLOT_REGEXP: RegExp;
export declare const SLOT_ANNOTATION_SIMPLE_REGEX: RegExp;
export declare const IS_VARIABLE_REGEXP: RegExp;

@@ -4,0 +5,0 @@ export declare const READABLE_VARIABLE_REGEXP: RegExp;

export const SPACE_REGEXP = / /g;
export const SLOT_REGEXP = /{{\[([^ .[\]{}]*?)]\.([^ .[\]{}]*?)}}/g;
export const SLOT_ANNOTATION_SIMPLE_REGEX = /{([^ .[\]{}]+?)}/g;
export const IS_VARIABLE_REGEXP = /^{.*}$/;

@@ -4,0 +5,0 @@ export const READABLE_VARIABLE_REGEXP = /{(\w{1,64})}/g;

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

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

},
"gitHead": "667df22d884b655813e09d2fc6ca0adfb3463a8a"
"gitHead": "cb46007be51b23d0852dbe4899c55bdc2afcf9bd"
}
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