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

cx-diagrams

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cx-diagrams - npm Package Compare versions

Comparing version 22.3.4 to 22.3.5

2

package.json
{
"name": "cx-diagrams",
"version": "22.3.4",
"version": "22.3.5",
"description": "A library for creating diagrams within CxJS applications",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -42,3 +42,3 @@ import { NumberProp, Widget } from "cx/src/core";

/** Distribute items */
justify?: null | "stretch";
justify?: null | "space-between";

@@ -45,0 +45,0 @@ /** Change alignment of this particular item */

@@ -80,2 +80,3 @@ import { Node } from "./Node";

height += box.mt;
height += box.ms;
box.col += pl + box.ml;

@@ -82,0 +83,0 @@ box.row += height;

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