iban-validator
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -138,3 +138,3 @@ import * as wasm from './iban_validator_bg.wasm'; | ||
*/ | ||
export const ValidationErrorCodes = Object.freeze({ ErrorNullValue:0,"0":"ErrorNullValue",ErrorMaxLength:1,"1":"ErrorMaxLength",ErrorFirstTwoLetters:2,"2":"ErrorFirstTwoLetters",ErrorChecksum:3,"3":"ErrorChecksum",E05:4,"4":"E05",E06:5,"5":"E06", }); | ||
export const ValidationErrorCodes = Object.freeze({ ErrorNullValue:0,"0":"ErrorNullValue",ErrorMaxLength:1,"1":"ErrorMaxLength",ErrorFirstTwoLetters:2,"2":"ErrorFirstTwoLetters",ErrorChecksum:3,"3":"ErrorChecksum",ErrorMinLength:4,"4":"ErrorMinLength",E06:5,"5":"E06", }); | ||
@@ -141,0 +141,0 @@ export function __wbindgen_string_new(arg0, arg1) { |
@@ -15,4 +15,4 @@ /* tslint:disable */ | ||
ErrorChecksum, | ||
E05, | ||
ErrorMinLength, | ||
E06, | ||
} |
{ | ||
"name": "iban-validator", | ||
"description": "An iban validator written containing rust generated WebAssembly", | ||
"version": "0.2.0", | ||
"description": "An iban validator containing rust generated WebAssembly", | ||
"version": "0.2.1", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
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
38070
133