Socket
Socket
Sign inDemoInstall

math-input-web-support

Package Overview
Dependencies
44
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.9 to 0.2.10

1

dist/components/app.js

@@ -85,2 +85,3 @@ 'use strict';

React.createElement(KeypadInput, {
borderColor: this.props.borderColor,
value: this.props.value,

@@ -87,0 +88,0 @@ keypadElement: this.state.keypadElement,

3

dist/components/input/math-input.js

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

borderWidth: borderWidthPx
}, padding, focused ? { borderColor: brightGreen } : {}, style);
}, padding, focused ? { borderColor: this.props.borderColor || brightGreen } : {}, style);

@@ -864,2 +864,3 @@ return React.createElement(

MathInput.propTypes = {
borderColor: PropTypes.string,
// The React element node associated with the keypad that will send

@@ -866,0 +867,0 @@ // key-press events to this input. If provided, this can be used to:

{
"name": "math-input-web-support",
"version": "0.2.9",
"version": "0.2.10",
"description": "",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc