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

alaska-field-mixed

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alaska-field-mixed - npm Package Compare versions

Comparing version 0.1.0 to 0.4.0

26

lib/view.js

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

value: function render() {
var field = this.props.field;
var _props = this.props;
var field = _props.field;
var disabled = _props.disabled;
if (disabled) {
return _react2.default.createElement(
'div',
{ className: 'form-group' },
_react2.default.createElement(
'label',
{ className: 'control-label col-xs-2' },
field.label
),
_react2.default.createElement(
'div',
{ className: 'col-xs-10' },
_react2.default.createElement(
'pre',
null,
this.state.text
)
)
);
}
return _react2.default.createElement(_reactBootstrap.Input, {

@@ -107,0 +131,0 @@ ref: 'input',

2

package.json
{
"name": "alaska-field-mixed",
"version": "0.1.0",
"version": "0.4.0",
"description": "Alaska mixed data field",

@@ -5,0 +5,0 @@ "main": "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