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.5.1 to 0.5.2

2

lib/constants/flowdesigner.proptypes.js

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

}),
attr: _react.PropTypes.object.isRequired
attributes: _react.PropTypes.object.isRequired
});

@@ -30,0 +30,0 @@

@@ -50,6 +50,6 @@ {

"css-loader": "0.25.0",
"enzyme": "2.4.1",
"eslint": "3.8.0",
"enzyme": "2.5.1",
"eslint": "3.8.1",
"eslint-config-airbnb": "12.0.0",
"eslint-plugin-import": "1.16.0",
"eslint-plugin-import": "2.0.1",
"eslint-plugin-jsx-a11y": "2.2.2",

@@ -59,3 +59,3 @@ "eslint-plugin-react": "6.4.1",

"immutable": "3.8.1",
"jest-cli": "16.0.1",
"jest-cli": "16.0.2",
"node-sass": "3.10.1",

@@ -75,3 +75,3 @@ "react": "15.3.2",

"style-loader": "0.13.1",
"webpack": "2.1.0-beta.20"
"webpack": "2.1.0-beta.25"
},

@@ -98,3 +98,3 @@ "peerDependencies": {

},
"version": "0.5.1"
"version": "0.5.2"
}

@@ -63,18 +63,2 @@ [![Build Status](https://travis-ci.org/acateland/react-flow-designer.svg?branch=master)](https://travis-ci.org/acateland/react-flow-designer)

Redux action type for datastream_designer should follow this convention.
DATASTREAM_DESIGNER_*DOMAIN*_*ACTION*
Ex: DATASTREAM_DESIGNER_NODE_SELECTED, DATASTREAM_DESIGNER_NODE_MOVED
| Action | payload value | expected type |
| -------------------------------------- |:-----------------------:| ------------------------:|
| DATASTREAM_DESIGNER_NODE_SELECTED | nodeId | string |
| DATASTREAM_DESIGNER_NODE_MOVE | nodeId | string |
| DATASTREAM_DESIGNER_NODE_MOVE | position | `{x: number, y: number}` |
other prospective,
expose api as a configurable middleware to fire intermediate customized action into the host app ?
expose api as classical callback hooks on the main component ?

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