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

dmn-js-shared

Package Overview
Dependencies
Maintainers
1
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dmn-js-shared - npm Package Compare versions

Comparing version 2.0.0-alpha4 to 2.0.0-alpha5

5

lib/base/Manager.js

@@ -350,3 +350,3 @@ import EventBus from 'diagram-js/lib/core/EventBus';

return viewsEqual(activeView, v);
}) || this._views[0];
}) || this._getInitialView(this._views);

@@ -399,4 +399,5 @@ if (viewsEqual(activeView, newActiveView)) {

this._activeView = newView;
if (newViewer) {
this._activeView = newView;

@@ -403,0 +404,0 @@ if (activeViewer !== newViewer) {

2

package.json
{
"name": "dmn-js-shared",
"description": "Shared components used by dmn-js",
"version": "2.0.0-alpha4",
"version": "2.0.0-alpha5",
"scripts": {

@@ -6,0 +6,0 @@ "test": "karma start",

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