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

gent-diagram

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gent-diagram - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

4

lib/TimeoutEvent.js

@@ -37,3 +37,3 @@ "use strict";

var active = react_1.useMemo(function () {
if ((state === null || state === void 0 ? void 0 : state.task) === properties.from && (state === null || state === void 0 ? void 0 : state.subtask) === 'timeout') {
if ((state === null || state === void 0 ? void 0 : state.task) === properties.from && (state === null || state === void 0 ? void 0 : state.subtask) === '@timeout') {
return true;

@@ -48,3 +48,3 @@ }

}
return state.events.find(function (e) { return e.task === taskId && e.subtask === 'timeout'; });
return state.events.find(function (e) { return e.task === taskId && e.subtask === '@timeout'; });
}, [state, properties]);

@@ -51,0 +51,0 @@ react_1.useEffect(function () {

{
"name": "gent-diagram",
"version": "0.4.0",
"version": "0.5.0",
"description": "Gent diagram visualisation in React",

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

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