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

alaska-field-image

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alaska-field-image - npm Package Compare versions

Comparing version 0.11.10 to 0.11.12

2

package.json
{
"name": "alaska-field-image",
"version": "0.11.10",
"version": "0.11.12",
"description": "Alaska image field",

@@ -5,0 +5,0 @@ "keywords": [

@@ -17,2 +17,3 @@ // @flow

props: {
className: string,
model: Object,

@@ -131,3 +132,3 @@ field: Object,

render() {
let { field, value, disabled } = this.props;
let { className, field, value, disabled } = this.props;
let { errorText, max } = this.state;

@@ -175,3 +176,3 @@ if (!field.multi) {

let help = field.help;
let className = 'form-group image-field';
className += ' image-field';
if (errorText) {

@@ -178,0 +179,0 @@ className += ' has-error';

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