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

iban-validator

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iban-validator - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

iban_validator_bg.js

@@ -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

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