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

circuitsim-component-selector

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

circuitsim-component-selector - npm Package Compare versions

Comparing version

to
0.3.1

2

dist/Button.js

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

value: function onClick() {
this.props.onClick(this.props.name);
this.props.onClick(this.props.name, this.props.art.typeID);
}

@@ -100,0 +100,0 @@ }, {

@@ -58,7 +58,7 @@ 'use strict';

key: 'onClick',
value: function onClick(buttonName) {
value: function onClick(buttonName, typeID) {
this.props.onClick({
group: this.props.name,
button: buttonName
});
}, typeID);
}

@@ -65,0 +65,0 @@ }, {

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

value: function toButtonGroups(buttonProps, groupName) {
var selectedButton = this.state.selectedButton.group === groupName ? this.state.selectedButton.button : null;
var selectedButton = this.props.selectedButton.group === groupName ? this.props.selectedButton.button : null;
return _reactAddons2['default'].createElement(_ButtonGroupJs2['default'], {

@@ -115,4 +115,4 @@ name: groupName,

},
onButtonClicked: function onButtonClicked() /* { group, button } */{}
onButtonClicked: function onButtonClicked() /* { group, button }, typeID */{}
};
module.exports = exports['default'];
{
"name": "circuitsim-component-selector",
"version": "0.3.0",
"version": "0.3.1",
"description": "Sidebar with buttons to select a circuit component.",

@@ -5,0 +5,0 @@ "main": "dist/ComponentSelector.js",

Sorry, the diff of this file is not supported yet