Socket
Socket
Sign inDemoInstall

mrz

Package Overview
Dependencies
Maintainers
4
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mrz - npm Package Compare versions

Comparing version 3.1.4 to 3.2.0

lib-esm/formats.d.ts

37

package.json
{
"name": "mrz",
"version": "3.1.4",
"version": "3.2.0",
"description": "Parse MRZ (Machine Readable Zone) from identity documents",
"main": "./src/index.js",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
"types": "./lib/index.d.ts",
"files": [
"src"
"src",
"lib",
"lib-esm"
],
"scripts": {
"build": "npm run buildStates && cheminfo-build",
"buildStates": "node builder/createStatesJs.js",
"check-types": "tsc --noEmit",
"clean": "rimraf lib lib-esm",
"eslint": "eslint builder src",
"eslint-fix": "npm run eslint -- --fix",
"test": "npm run test-only && npm run eslint && npm run prettier",
"prepack": "npm run tsc",
"prettier": "prettier --check src",
"prettier-write": "prettier --write src",
"test": "npm run test-only && npm run eslint && npm run prettier && npm run check-types",
"test-only": "jest --coverage",
"build": "npm run buildStates && cheminfo-build",
"prettier": "prettier --check .",
"prettier-write": "prettier --write ."
"tsc": "npm run clean && npm run tsc-cjs && npm run tsc-esm",
"tsc-cjs": "tsc --project tsconfig.cjs.json",
"tsc-esm": "tsc --project tsconfig.esm.json"
},

@@ -40,8 +50,13 @@ "repository": {

"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.20.11",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^29.2.5",
"cheminfo-build": "^1.1.11",
"eslint": "^8.13.0",
"eslint-config-cheminfo": "^7.3.0",
"jest": "^27.5.1",
"prettier": "^2.6.2"
"eslint": "^8.31.0",
"eslint-config-cheminfo-typescript": "^11.2.2",
"jest": "^29.3.1",
"prettier": "^2.8.1",
"rimraf": "^3.0.2",
"typescript": "^4.9.4"
}
}

@@ -112,5 +112,5 @@ # mrz

[npm-url]: https://npmjs.org/package/mrz
[ci-image]: https://github.com/cheminfo/mrz/workflows/Node.js%20CI/badge.svg?branch=master
[ci-image]: https://github.com/cheminfo/mrz/workflows/Node.js%20CI/badge.svg?branch=main
[ci-url]: https://github.com/cheminfo/mrz/actions?query=workflow%3A%22Node.js+CI%22
[download-image]: https://img.shields.io/npm/dm/mrz.svg
[download-url]: https://npmjs.org/package/mrz
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