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

alaska-field-number

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alaska-field-number - npm Package Compare versions

Comparing version 0.12.2 to 0.12.3

2

package.json
{
"name": "alaska-field-number",
"version": "0.12.2",
"version": "0.12.3",
"description": "Alaska number field",

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

@@ -29,3 +29,10 @@ // @flow

super(props);
let value = props.value || {};
let value: {
value1?: string,
gte?: string,
lte?: string,
gt?: string,
lt?: string,
// $Flow
} = props.value || {};
if (typeof value === 'string') {

@@ -35,3 +42,3 @@ value = { value1: value };

let mode = 1;
let value1 = value.value1;
let value1 = value.value1 || '';
let value2 = '';

@@ -38,0 +45,0 @@ if (value.gte) {

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