Comparing version 0.0.12 to 1.0.0
{ | ||
"name": "mrz", | ||
"version": "0.0.12", | ||
"version": "1.0.0", | ||
"description": "Create and parse MRZ (Machine Readable Zone) in TD1 and TD3 format", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -9,3 +9,3 @@ # mrz | ||
Create and parse MRZ (Machine Readable Zone) in TD1 and TD3 format | ||
Parse MRZ (Machine Readable Zone) in TD1, TD2, TD3 or CH driving licence format | ||
@@ -16,8 +16,15 @@ ## Installation | ||
## [API Documentation](https://cheminfo-js.github.io/mrz/) | ||
## Example | ||
```js | ||
const mrzTools = require('mrz'); | ||
const parse = require('mrz').parse; | ||
let mrz = `I<UTOD23145890<1233<<<<<<<<<<< | ||
7408122F1204159UTO<<<<<<<<<<<6 | ||
ERIKSSON<<ANNA<MARIA<<<<<<<<<<`; | ||
var result = parse(mrz); | ||
console.log(result); | ||
``` | ||
@@ -24,0 +31,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
28079
0
46
0