Socket
Socket
Sign inDemoInstall

@regulaforensics/document-reader-webclient

Package Overview
Dependencies
13
Maintainers
4
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.9.4 to 6.9.5

21

package.json

@@ -8,3 +8,3 @@ {

],
"version": "6.9.4",
"version": "6.9.5",
"description": "Regula Document Reader js client for the browser and node.js based on axios",

@@ -38,11 +38,6 @@ "author": "Regula Forensics, Inc.",

"main": {
"optimize": true,
"sourceMap": false
"optimize": true
},
"module": {
"optimize": true,
"sourceMap": false
},
"types": {
"sourceMap": false
"optimize": true
}

@@ -53,3 +48,3 @@ },

"format": "eslint --fix",
"build": "parcel build",
"build": "parcel build --no-source-maps --no-cache",
"prepare": "husky install"

@@ -67,4 +62,4 @@ },

"devDependencies": {
"@parcel/packager-ts": "^2.10.0",
"@parcel/transformer-typescript-types": "^2.10.0",
"@parcel/packager-ts": "^2.10.3",
"@parcel/transformer-typescript-types": "^2.10.3",
"@types/pako": "^2.0.1",

@@ -78,6 +73,6 @@ "@typescript-eslint/eslint-plugin": "^6.8.0",

"lint-staged": "^15.0.1",
"parcel": "^2.10.0",
"parcel": "^2.10.3",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}

@@ -13,3 +13,3 @@ # Regula Document Reader js client for the browser and node.js based on axios

through a [GitHub issue](https://github.com/regulaforensics/DocumentReader-api-js-client/issues).
You are invited to contribute new features, fixes, or updates, large or small.
You are invited to contribute new features, fixes, or updates, large or small.
We are always thrilled to receive pull requests, and do our best to process them as fast as we can.

@@ -23,3 +23,3 @@ See [dev guide](https://github.com/regulaforensics/DocumentReader-web-js-client/blob/master/dev.md)

```
## Example
## Basic Example

@@ -43,3 +43,3 @@ Performing request:

const dateOfBirth = result.text?.getField(DATE_OF_BIRTH);
// graphics fields

@@ -50,2 +50,3 @@ const portraitAsBase64 = result.images?.getField(PORTRAIT);

## Compatibility

@@ -55,3 +56,3 @@

* ES5 with some ES6 features [Promise] and whatwg **URL**. If your environment doesn't support ES6 required features, you can polyfill.
* nodejs 10+
* nodejs 18+

@@ -58,0 +59,0 @@ Module system

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc