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

@datagrok-libraries/utils

Package Overview
Dependencies
Maintainers
2
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.1.17 to 4.1.18

2

package.json

@@ -11,3 +11,3 @@ {

"fullName": "Utils",
"version": "4.1.17",
"version": "4.1.18",
"description": "Common utilities",

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

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

* @param {boolean} options.readOnly If set to true, the dataframe will not be modified during the test
* @param {boolean} options.arbitraryDfTest If set to false, test on arbitrary dataframe
* (one categorical column) will not be performed
* @param {object} options List of options (optional)

@@ -90,3 +92,4 @@ * @return {Promise<void>} The test is considered successful if it completes without errors

readOnly?: boolean;
arbitraryDfTest?: boolean;
}): Promise<void>;
//# sourceMappingURL=test.d.ts.map

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