Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@applitools/utils

Package Overview
Dependencies
Maintainers
34
Versions
73
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.21 to 1.3.22

2

dist/promises.js

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

result !== null && result !== void 0 ? result : (result = { status: 'fulfilled', value });
return Promise.resolve(value);
},

@@ -33,3 +32,2 @@ reject(reason) {

result !== null && result !== void 0 ? result : (result = { status: 'rejected', reason });
return Promise.reject(reason);
},

@@ -36,0 +34,0 @@ };

2

package.json
{
"name": "@applitools/utils",
"version": "1.3.21",
"version": "1.3.22",
"keywords": [

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

export declare function makeControlledPromise<T = void>(): PromiseLike<T> & {
resolve(value: T): Promise<T>;
reject(reason?: any): Promise<never>;
resolve(value: T): void;
reject(reason?: any): void;
};
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