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

datagrok-api

Package Overview
Dependencies
Maintainers
4
Versions
486
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 0.88.5 to 0.89.1

4

package.json
{
"name": "datagrok-api",
"version": "0.88.5",
"version": "0.89.1",
"description": "",

@@ -23,2 +23,2 @@ "dependencies": {

}
}
}

@@ -881,2 +881,6 @@ import * as rxjs from 'rxjs';

toString() { return grok_Object_ToString(this.d); }
handleClick(rowIndexPredicate, mouseEvent) {
grok_Utils_SelectRowsWhere(this.d, rowIndexPredicate, mouseEvent.ctrlKey, mouseEvent.shiftKey, mouseEvent.metaKey);
}
}

@@ -883,0 +887,0 @@

@@ -91,3 +91,3 @@ /** A viewer that is typically docked inside a [TableView]. */

static grid (t, options = null) { return new Viewer(grok_Viewer_Grid(t.d, _toJson(options))); }
static grid (t, options = null) { return new DG.Grid(grok_Viewer_Grid(t.d, _toJson(options))); }

@@ -94,0 +94,0 @@ static histogram (t, options = null) { return new Viewer(grok_Viewer_Histogram(t.d, _toJson(options))); }

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