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

bpmn-js

Package Overview
Dependencies
Maintainers
10
Versions
344
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bpmn-js - npm Package Compare versions

Comparing version 15.2.1 to 15.2.2

6

lib/draw/BpmnRenderUtil.d.ts

@@ -94,3 +94,3 @@ /**

*/
export function getBounds(bounds: Dimensions | Rect | Shape, overrides?: any): Dimensions;
export function getBounds(bounds: Dimensions | Rect | ShapeLike, overrides?: any): Dimensions;

@@ -105,3 +105,3 @@ /**

*/
export function getWidth(bounds: Dimensions | Rect | Shape, overrides?: any): number;
export function getWidth(bounds: Dimensions | Rect | ShapeLike, overrides?: any): number;

@@ -116,3 +116,3 @@ /**

*/
export function getHeight(bounds: Dimensions | Rect | Shape, overrides?: any): number;
export function getHeight(bounds: Dimensions | Rect | ShapeLike, overrides?: any): number;

@@ -119,0 +119,0 @@ export const black: string;

@@ -223,3 +223,3 @@ import {

*
* @param {Dimensions|Rect|Shape} bounds
* @param {Dimensions|Rect|ShapeLike} bounds
* @param {Object} overrides

@@ -239,3 +239,3 @@ *

*
* @param {Dimensions|Rect|Shape} bounds
* @param {Dimensions|Rect|ShapeLike} bounds
* @param {Object} overrides

@@ -252,3 +252,3 @@ *

*
* @param {Dimensions|Rect|Shape} bounds
* @param {Dimensions|Rect|ShapeLike} bounds
* @param {Object} overrides

@@ -255,0 +255,0 @@ *

{
"name": "bpmn-js",
"version": "15.2.1",
"version": "15.2.2",
"description": "A bpmn 2.0 toolkit and web modeler",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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