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

react-flow-designer

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-flow-designer - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

4

lib/reducers/link.reducer.js

@@ -51,3 +51,3 @@ 'use strict';

}
return state.setIn(['links', action.linkId, 'targetId'], action.targetId).deleteIn(['in', state.getIn(['ports', state.getIn(['links', action.linkId]).targetId]).nodeId, state.getIn(['links', action.linkId]).targetId, action.linkId]).setIn(['in', state.getIn(['ports', action.targetId]).nodeId, action.targetId, action.linkId], action.linkId);
return state.setIn(['links', action.linkId, 'targetId'], action.targetId).deleteIn(['in', state.getIn(['ports', state.getIn(['links', action.linkId]).targetId]).nodeId, state.getIn(['links', action.linkId]).targetId, action.linkId]).setIn(['in', state.getIn(['ports', action.targetId]).nodeId, action.targetId, action.linkId], action.linkId).deleteIn(['sucs', state.getIn(['ports', state.getIn(['links', action.linkId]).sourceId]).nodeId, state.getIn(['ports', state.getIn(['links', action.linkId]).targetId]).nodeId]).setIn(['sucs', state.getIn(['ports', state.getIn(['links', action.linkId]).sourceId]).nodeId, state.getIn(['ports', action.targetId]).nodeId]);
case _flowdesigner.FLOWDESIGNER_LINK_SET_SOURCE:

@@ -60,3 +60,3 @@ if (!state.getIn(['links', action.linkId])) {

}
return state.setIn(['links', action.linkId, 'sourceId'], action.sourceId).deleteIn(['out', state.getIn(['ports', state.getIn(['links', action.linkId]).sourceId]).nodeId, state.getIn(['links', action.linkId]).sourceId, action.linkId]).setIn(['out', state.getIn(['ports', action.sourceId]).nodeId, action.sourceId, action.linkId], action.linkId);
return state.setIn(['links', action.linkId, 'sourceId'], action.sourceId).deleteIn(['out', state.getIn(['ports', state.getIn(['links', action.linkId]).sourceId]).nodeId, state.getIn(['links', action.linkId]).sourceId, action.linkId]).setIn(['out', state.getIn(['ports', action.sourceId]).nodeId, action.sourceId, action.linkId], action.linkId).deleteIn(['preds', state.getIn(['ports', state.getIn(['links', action.linkId]).targetId]).nodeId, state.getIn(['ports', state.getIn(['links', action.linkId]).sourceId]).nodeId]).setIn(['preds', state.getIn(['ports', state.getIn(['links', action.linkId]).targetId]).nodeId, state.getIn(['ports', action.sourceId]).nodeId]);
case _flowdesigner.FLOWDESIGNER_LINK_REMOVE:

@@ -63,0 +63,0 @@ if (!state.getIn(['links', action.linkId])) {

@@ -51,3 +51,3 @@ {

"enzyme": "2.5.1",
"eslint": "3.8.1",
"eslint": "3.9.0",
"eslint-config-airbnb": "12.0.0",

@@ -93,6 +93,6 @@ "eslint-plugin-import": "2.0.1",

"invariant": "2.2.1",
"lodash": "4.16.4",
"lodash": "4.16.5",
"react-immutable-proptypes": "2.1.0"
},
"version": "0.6.0"
"version": "0.6.1"
}

Sorry, the diff of this file is not supported yet

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