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

alaska-field-datetime

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alaska-field-datetime - npm Package Compare versions

Comparing version 0.12.2 to 0.12.3

4

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

@@ -16,4 +16,4 @@ "keywords": [

"moment": "^2.19.3",
"react-datetime": "^2.11.0"
"react-datetime": "^2.11.1"
}
}

@@ -27,3 +27,9 @@ // @flow

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

@@ -30,0 +36,0 @@ value = { value1: value };

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