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

@datagrok-libraries/utils

Package Overview
Dependencies
Maintainers
3
Versions
233
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datagrok-libraries/utils - npm Package Compare versions

Comparing version 4.0.17 to 4.1.1

2

package.json

@@ -7,3 +7,3 @@ {

"fullName": "Utils",
"version": "4.0.17",
"version": "4.1.1",
"description": "Common utilities",

@@ -10,0 +10,0 @@ "dependencies": {

@@ -70,2 +70,9 @@ import * as DG from 'datagrok-api/dg';

export declare function isDialogPresent(dialogTitle: string): boolean;
/** Expects an asynchronous {@link action} to throw an exception. Use {@link check} to perform
* deeper inspection of the exception if necessary.
* @param {function(): Promise<void>} action
* @param {function(any): boolean} check
* @return {Promise<void>}
*/
export declare function expectExceptionAsync(action: () => Promise<void>, check?: (exception: any) => boolean): Promise<void>;
/**

@@ -72,0 +79,0 @@ * Universal test for viewers. It search viewers in DOM by tags: canvas, svg, img, input, h1, a

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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