Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

anchor-ui

Package Overview
Dependencies
Maintainers
2
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anchor-ui - npm Package Compare versions

Comparing version 1.5.2 to 1.5.3

12

dist/components/message-input.js

@@ -95,3 +95,4 @@ 'use strict';

inputRef = _props.inputRef,
classes = _props.sheet.classes;
classes = _props.sheet.classes,
disabled = _props.disabled;
var _state = this.state,

@@ -126,3 +127,4 @@ className = _state.className,

maxLength: maxLength,
ref: inputRef
ref: inputRef,
disabled: !disabled
}),

@@ -157,3 +159,4 @@ _react2.default.createElement(

leftButton: _react.PropTypes.node,
inputRef: _react.PropTypes.func
inputRef: _react.PropTypes.func,
disabled: _react.PropTypes.bool
};

@@ -164,3 +167,4 @@ MessageInput.defaultProps = {

maxLength: 500,
leftButton: null
leftButton: null,
disabled: false
};

@@ -167,0 +171,0 @@ MessageInput.contextTypes = {

{
"name": "anchor-ui",
"version": "1.5.2",
"version": "1.5.3",
"description": "React Component UI Kit",

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

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