Socket
Socket
Sign inDemoInstall

@voiceflow/common

Package Overview
Dependencies
Maintainers
18
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.6.4 to 7.7.0

build/utils/protocol.d.ts

1

build/utils/index.d.ts

@@ -12,2 +12,3 @@ export * as array from './array';

export * as promise from './promise';
export * as protocol from './protocol';
export * as string from './string';

@@ -14,0 +15,0 @@ export * as time from './time';

3

build/utils/index.js

@@ -25,3 +25,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.variables = exports.timezones = exports.time = exports.string = exports.promise = exports.object = exports.number = exports.normalized = exports.mathjs = exports.intent = exports.id = exports.generate = exports.functional = exports.emails = exports.array = void 0;
exports.variables = exports.timezones = exports.time = exports.string = exports.protocol = exports.promise = exports.object = exports.number = exports.normalized = exports.mathjs = exports.intent = exports.id = exports.generate = exports.functional = exports.emails = exports.array = void 0;
exports.array = __importStar(require("./array"));

@@ -38,2 +38,3 @@ exports.emails = __importStar(require("./emails"));

exports.promise = __importStar(require("./promise"));
exports.protocol = __importStar(require("./protocol"));
exports.string = __importStar(require("./string"));

@@ -40,0 +41,0 @@ exports.time = __importStar(require("./time"));

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

@@ -21,3 +21,4 @@ "bugs": {

"lodash": "^4.17.21",
"number-to-words": "^1.2.4"
"number-to-words": "^1.2.4",
"typescript-fsa": "3.0.0"
},

@@ -24,0 +25,0 @@ "devDependencies": {

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