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

@jsplumb/community

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsplumb/community - npm Package Compare versions

Comparing version 4.0.0-RC35 to 4.0.0-RC36

2

package.json
{
"name": "@jsplumb/community",
"version": "4.0.0-RC35",
"version": "4.0.0-RC36",
"description": "Visual connectivity for webapps. This package contains `community-core` and `browser-ui`, and is equivalent to the way that previous versions of the Community edition were packaged. Note that this package is effectively deprecated, and will not always be available. Try importing `@jsplumb/browser-ui` instead.",

@@ -5,0 +5,0 @@ "main": "js/jsplumb.community.cjs.js",

@@ -17,9 +17,9 @@ import { jsPlumbDefaults, jsPlumbHelperFunctions } from "./defaults";

import { Viewport, ViewportElement } from "./viewport";
import { Component } from '../core/component/component';
import { Segment } from '../core/connector/abstract-segment';
import { Overlay } from '../core/overlay/overlay';
import { LabelOverlay } from '../core/overlay/label-overlay';
import { AbstractConnector } from '../core/connector/abstract-connector';
import { OverlayCapableComponent } from '../core/component/overlay-capable-component';
import { PaintStyle } from '../core/styles';
import { Component } from './component/component';
import { Segment } from './connector/abstract-segment';
import { Overlay } from './overlay/overlay';
import { LabelOverlay } from './overlay/label-overlay';
import { AbstractConnector } from './connector/abstract-connector';
import { OverlayCapableComponent } from './component/overlay-capable-component';
import { PaintStyle } from './styles';
export declare type ElementSelectionSpecifier = jsPlumbElement | Array<jsPlumbElement> | '*';

@@ -26,0 +26,0 @@ export declare type SelectionList = '*' | Array<string>;

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