New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vest-utils

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vest-utils - npm Package Compare versions

Comparing version 1.0.0-next-20230623-533c to 1.0.0-next-20230624-aeb0

2

package.json
{
"version": "1.0.0-next-20230623-533c",
"version": "1.0.0-next-20230624-aeb0",
"name": "vest-utils",

@@ -4,0 +4,0 @@ "author": "ealush",

@@ -13,2 +13,3 @@ type DropFirst<T extends unknown[]> = T extends [

type DynamicValue<T, Args extends TArgs = TArgs> = T | CB<T, Args>;
type BlankValue = Maybe<"">;
type TArgs = any[];

@@ -80,2 +81,3 @@ /**

type DynamicValue<T, Args extends TArgs = TArgs> = T | CB<T, Args>;
type BlankValue = Maybe<"">;
type TArgs = any[];

@@ -150,2 +152,3 @@ function createBus(): BusType;

type DynamicValue<T, Args extends TArgs = TArgs> = T | CB<T, Args>;
type BlankValue = Maybe<"">;
type TArgs = any[];

@@ -165,3 +168,3 @@ function createTinyState<S>(initialValue: SetValueInput<S>): TinyState<S>;

export { createCache as cache, CacheApi, BusType, TinyState, isNullish, isNotNullish, asArray, callEach, hasOwnProperty, isPromise, optionalFunctionValue, _default as assign, defaultTo, invariant, isStringValue, bindNot, either, isBoolean, deferThrow, bus, seq, genSeq, isFunction, mapFirst, greaterThan, longerThan, isNumeric, isNotNumeric, isObject, lengthEquals, lengthNotEquals, numberEquals, numberNotEquals, isNull, isNotNull, isUndefined, isNotUndefined, isArray, isNotArray, isEmpty, isNotEmpty, isPositive, text, TStateMachine, StateMachine, nonnullish, tinyState, StringObject };
export type { DropFirst, Stringable, CB, ValueOf, Nullish, Nullable, Maybe, OneOrMoreOf, DynamicValue };
export type { DropFirst, Stringable, CB, ValueOf, Nullish, Nullable, Maybe, OneOrMoreOf, DynamicValue, BlankValue };
//# sourceMappingURL=vest-utils.d.ts.map

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