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

alaska-field-password

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alaska-field-password - npm Package Compare versions

Comparing version 0.12.3 to 0.12.12

2

package.json
{
"name": "alaska-field-password",
"version": "0.12.3",
"version": "0.12.12",
"description": "Alaska password field",

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

@@ -109,20 +109,18 @@ // @flow

if (field.horizontal === false) {
let labelElement = label ? (<label className="control-label">{label}</label>) : null;
if (field.horizontal) {
return (
<div className={className}>
{labelElement}
{inputElement}
{helpElement}
<label className="col-sm-2 control-label">{label}</label>
<div className="col-sm-10">
{inputElement}
{helpElement}
</div>
</div>
);
}
return (
<div className={className}>
<label className="col-sm-2 control-label">{label}</label>
<div className="col-sm-10">
{inputElement}
{helpElement}
</div>
{label ? (<label className="control-label">{label}</label>) : null}
{inputElement}
{helpElement}
</div>

@@ -129,0 +127,0 @@ );

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