Socket
Socket
Sign inDemoInstall

mrz

Package Overview
Dependencies
0
Maintainers
4
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.0 to 3.4.0

1

lib-esm/generated/states.d.ts

@@ -258,2 +258,3 @@ declare const states: {

D: string;
XXK: string;
EUE: string;

@@ -260,0 +261,0 @@ UNO: string;

@@ -259,2 +259,3 @@ 'use strict';

"D": "Germany",
"XXK": "Kosovo",
"EUE": "European Union (EU)",

@@ -261,0 +262,0 @@ "UNO": "United Nations Organization or one of its officials",

@@ -258,2 +258,3 @@ declare const states: {

D: string;
XXK: string;
EUE: string;

@@ -260,0 +261,0 @@ UNO: string;

@@ -260,2 +260,3 @@ 'use strict';

"D": "Germany",
"XXK": "Kosovo",
"EUE": "European Union (EU)",

@@ -262,0 +263,0 @@ "UNO": "United Nations Organization or one of its officials",

2

package.json
{
"name": "mrz",
"version": "3.3.0",
"version": "3.4.0",
"description": "Parse MRZ (Machine Readable Zone) from identity documents",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -13,3 +13,3 @@ 'use strict';

}
expect(codes).toHaveLength(276);
expect(codes).toHaveLength(277);
expect(states.CHE).toBe('Switzerland');

@@ -16,0 +16,0 @@ expect(states.DEU).toBe('Germany');

@@ -259,2 +259,3 @@ 'use strict';

"D": "Germany",
"XXK": "Kosovo",
"EUE": "European Union (EU)",

@@ -261,0 +262,0 @@ "UNO": "United Nations Organization or one of its officials",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc