alaska-field-select
Advanced tools
Comparing version 0.13.0 to 0.13.1
{ | ||
"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); | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23316
758