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
0
Versions
234
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.2.12 to 4.2.13

4

CHANGELOG.md
# utils changelog
## 4.2.13 (2024-07-15)
Added benchmark flag to category options
## 4.2.12 (2024-07-15)

@@ -4,0 +8,0 @@

2

package.json

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

"fullName": "Utils",
"version": "4.2.12",
"version": "4.2.13",
"description": "Common utilities",

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

@@ -12,3 +12,3 @@ import * as DG from 'datagrok-api/dg';

timeout?: number;
isAllTestsEnabledBenchmarkMode?: boolean;
benchmarks?: boolean;
};

@@ -25,3 +25,3 @@ };

isAggregated?: boolean;
isEnabledBenchmarkMode?: boolean;
benchmark?: boolean;
}

@@ -31,3 +31,3 @@ export interface CategoryOptions {

timeout?: number;
isAllTestsEnabledBenchmarkMode?: boolean;
benchmarks?: boolean;
}

@@ -34,0 +34,0 @@ export declare class TestContext {

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