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

datagrok-api

Package Overview
Dependencies
Maintainers
5
Versions
478
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.17.10 to 1.17.11

2

package.json
{
"name": "datagrok-api",
"version": "1.17.10",
"version": "1.17.11",
"description": "",

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

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

add<T extends FilterState>(state: T): void;
updateOrAdd<T extends FilterState>(state: T): void;
updateOrAdd<T extends FilterState>(state: T, requestFilter?: boolean): void;
}

@@ -201,0 +201,0 @@ export declare class LineChartViewer extends Viewer<interfaces.ILineChartLookSettings> {

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

}
updateOrAdd(state) {
api.grok_FilterGroup_UpdateOrAdd(this.dart, state);
updateOrAdd(state, requestFilter) {
api.grok_FilterGroup_UpdateOrAdd(this.dart, state, requestFilter);
}

@@ -342,0 +342,0 @@ }

Sorry, the diff of this file is not supported yet

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