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

datagrok-api

Package Overview
Dependencies
Maintainers
0
Versions
485
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datagrok-api - npm Package Compare versions

Comparing version 1.23.0-rc.14ac408f21b.e37758f38e0d to 1.23.0-rc.65db955990.b3a833eabf60

2

package.json
{
"name": "datagrok-api",
"version": "1.23.0-rc.14ac408f21b.e37758f38e0d",
"version": "1.23.0-rc.65db955990.b3a833eabf60",
"description": "",

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

@@ -234,10 +234,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

row['flaking'] = success && DG.Test.isReproducing;
if (resultDF === undefined) {
df.changeColumnType('result', COLUMN_TYPE.STRING);
df.changeColumnType('result', COLUMN_TYPE.STRING);
df.changeColumnType('logs', COLUMN_TYPE.STRING);
if (resultDF === undefined)
resultDF = df;
}
else {
df.changeColumnType('result', COLUMN_TYPE.STRING);
else
resultDF = resultDF.append(df);
}
if (row['skipped']) {

@@ -244,0 +242,0 @@ verboseSkipped += `Test result : Skipped : ${time} : ${category}: ${testName} : ${result}\n`;

Sorry, the diff of this file is not supported yet

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