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

datagrok-api

Package Overview
Dependencies
Maintainers
3
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.1.33 to 0.1.34

2

package.json
{
"name": "datagrok-api",
"version": "0.1.33",
"version": "0.1.34",
"description": "",

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

@@ -405,3 +405,3 @@ import {VIEW_TYPE, VIEWER} from "./const";

static create(script) { return new ScriptView(grok_ScriptView(script)); }
static create(script) { return new ScriptView(grok_ScriptView(script.d)); }
}

@@ -408,0 +408,0 @@

@@ -255,2 +255,3 @@ import {toDart, toJs} from "./wrappers";

update(percent, description) { grok_ProgressIndicator_Update(this.d, percent, description); }
log(line) { grok_ProgressIndicator_Log(this.d, line); }

@@ -257,0 +258,0 @@ get onProgressUpdated() { return observeStream(grok_Progress_Updated(this.d)); }

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