New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

diagram-js-direct-editing

Package Overview
Dependencies
Maintainers
9
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diagram-js-direct-editing - npm Package Compare versions

Comparing version 1.7.0 to 1.8.0

2

lib/DirectEditing.js

@@ -165,3 +165,3 @@ import {

var provider = find(this._providers, function(p) {
return (context = p.activate(element)) ? p : null;
return ((context = p.activate(element))) ? p : null;
});

@@ -168,0 +168,0 @@

{
"name": "diagram-js-direct-editing",
"version": "1.7.0",
"version": "1.8.0",
"description": "Direct editing support for diagram-js",

@@ -22,22 +22,20 @@ "scripts": {

"devDependencies": {
"chai": "^2.3.0",
"diagram-js": "^8.4.0",
"eslint": "^4.12.0",
"eslint-plugin-bpmn-io": "^0.5.2",
"karma": "^4.0.1",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"chai": "^4.3.6",
"diagram-js": "^9.0.0",
"eslint": "^8.24.0",
"eslint-plugin-bpmn-io": "^0.16.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-firefox-launcher": "^2.1.2",
"karma-mocha": "^2.0.1",
"karma-sinon-chai": "^2.0.2",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "^3.0.5",
"karma-webpack": "^5.0.0",
"mocha": "^6.0.2",
"mocha-test-container-support": "^0.1.0",
"npm-run-all": "^4.1.2",
"phantomjs-prebuilt": "^2.1.12",
"puppeteer": "^18.0.5",
"sinon": "^7.3.1",
"sinon-chai": "^3.3.0",
"webpack": "^4.29.6"
"webpack": "^5.74.0"
},

@@ -49,3 +47,3 @@ "dependencies": {

"peerDependencies": {
"diagram-js": "^0.x || ^1.x || ^2.x || ^3.x || ^4.x || ^5.x || ^6.x || ^7.x || ^8.x"
"diagram-js": "*"
},

@@ -52,0 +50,0 @@ "files": [

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