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
3
Versions
491
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.24 to 0.1.25

2

package.json
{
"name": "datagrok-api",
"version": "0.1.24",
"version": "0.1.25",
"description": "",

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

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

/** Detach this view. */
detach() {
this.subs.forEach((sub) => { if (!sub.closed) sub.unsubscribe(); });
}
detach() { this.subs.forEach((sub) => sub.unsubscribe()); }

@@ -108,0 +106,0 @@ /** Closes this view. */

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