Socket
Socket
Sign inDemoInstall

@applitools/utils

Package Overview
Dependencies
Maintainers
36
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/utils - npm Package Compare versions

Comparing version 1.3.32 to 1.3.33

4

package.json
{
"name": "@applitools/utils",
"version": "1.3.32",
"version": "1.3.33",
"keywords": [

@@ -59,3 +59,3 @@ "applitools",

"devDependencies": {
"@applitools/bongo": "^3.0.1",
"@applitools/bongo": "^3.0.3",
"@types/node": "^12.20.55"

@@ -62,0 +62,0 @@ },

@@ -12,3 +12,3 @@ export declare function isNotDefined(value: any): boolean;

export declare function isObject(value: any): value is Record<PropertyKey, any>;
export declare function isPlainObject(value: any): value is Record<PropertyKey, any>;
export declare function isPlainObject(value: any): value is Record<string, any>;
export declare function isEmpty(value: Record<PropertyKey, unknown> | undefined | null): value is Record<PropertyKey, never>;

@@ -15,0 +15,0 @@ export declare function isEmpty(value: any[] | undefined | null): value is [];

export type MaybeArray<T> = T | T[];
export type Awaitable<TType> = TType | Promise<TType>;
export declare type Mutable<T> = {

@@ -3,0 +4,0 @@ -readonly [P in keyof T]: T[P];

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