Socket
Socket
Sign inDemoInstall

@applitools/utils

Package Overview
Dependencies
Maintainers
43
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.5.1 to 1.5.2

7

CHANGELOG.md
# Changelog
## [1.5.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/utils@1.5.1...js/utils@1.5.2) (2023-08-30)
### Bug Fixes
* fixed some types ([498b1d7](https://github.com/applitools/eyes.sdk.javascript1/commit/498b1d7c547df04773b64b66ee39cccb402c093e))
## [1.5.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/utils@1.5.0...js/utils@1.5.1) (2023-08-18)

@@ -4,0 +11,0 @@

2

package.json
{
"name": "@applitools/utils",
"version": "1.5.1",
"version": "1.5.2",
"keywords": [

@@ -5,0 +5,0 @@ "applitools",

@@ -21,4 +21,4 @@ export declare function isNotDefined(value: any): boolean;

export declare function isEnumValue<TEnum extends Record<string, string | number>, TValues extends TEnum[keyof TEnum]>(value: any, enumeration: TEnum): value is TValues;
export declare function has<TKey extends PropertyKey>(value: any, keys: TKey | readonly TKey[]): value is Record<TKey, unknown>;
export declare function has<TKey extends PropertyKey>(value: any, keys: TKey | readonly TKey[]): value is Record<TKey, any>;
export declare function instanceOf<TCtor>(value: any, ctorName: string): value is TCtor;
export declare function instanceOf<TCtor extends Function>(value: any, ctor: TCtor): value is TCtor['prototype'];
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