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

alaska-field-select

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alaska-field-select - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1

4

package.json
{
"name": "alaska-field-select",
"version": "0.13.0",
"version": "0.13.1",
"description": "Alaska select field",

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

"dependencies": {
"alaska-field-checkbox": "^0.13.0",
"alaska-field-checkbox": "^0.13.1",
"react-select": "^1.2.1"
}
}

@@ -1,4 +0,8 @@

// @flow
'use strict';
export function getOptionValue(opt: Alaska$SelectField$option | Alaska$SelectField$value): string {
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.getOptionValue = getOptionValue;
function getOptionValue(opt) {
if (Array.isArray(opt)) {

@@ -11,2 +15,2 @@ return ''; //ERROR

return String(opt);
}
}
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