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.1 to 22.3.2

src/ThreeSegmentLine.d.ts

2

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

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

@@ -1,9 +0,9 @@

import { NumberProp, StringProp, Widget } from 'cx/src/core';
import { Line, LineProps } from 'cx/svg';
import { NumberProp, StringProp, Widget } from "cx/src/core";
import { Line, LineProps } from "cx/svg";
interface TwoSegmentLineProps extends LineProps {
startOffset?: NumberProp;
direction?: StringProp;;
direction?: StringProp;
}
export class TwoSegmentLine extends Widget<TwoSegmentLineProps> {}
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