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.18.1 to 7.18.2

5

build/common/utils/array.d.ts

@@ -27,4 +27,3 @@ export declare const unique: <T>(items: T[]) => T[];

export declare const filterAndGetLastRemovedValue: <T>(list: T[], filterFunc: (item: T) => boolean) => [T[], T | null];
declare type ArrayElem<A> = A extends Array<infer Elem> ? Elem : never;
export declare const inferUnion: <T>(array: T) => ArrayElem<T>[];
export {};
export declare type UnionArrays<A> = Array<A extends Array<infer Elem> ? Elem : never>;
export declare const inferUnion: <T>(array: T) => UnionArrays<T>;

@@ -27,4 +27,3 @@ export declare const unique: <T>(items: T[]) => T[];

export declare const filterAndGetLastRemovedValue: <T>(list: T[], filterFunc: (item: T) => boolean) => [T[], T | null];
declare type ArrayElem<A> = A extends Array<infer Elem> ? Elem : never;
export declare const inferUnion: <T>(array: T) => ArrayElem<T>[];
export {};
export declare type UnionArrays<A> = Array<A extends Array<infer Elem> ? Elem : never>;
export declare const inferUnion: <T>(array: T) => UnionArrays<T>;

4

package.json
{
"name": "@voiceflow/common",
"description": "Junk drawer of utility functions",
"version": "7.18.1",
"version": "7.18.2",
"author": "Voiceflow",

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

},
"gitHead": "6fadc43bd455442d4d8b2455ad09860203848122"
"gitHead": "663b0f893e1cc747f28963f2ae12a83223cacc03"
}

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