New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@onfido/api

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onfido/api - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

1

dist/resources/Checks.d.ts

@@ -17,2 +17,3 @@ import { AxiosInstance } from "axios";

href: string;
applicantId: string;
applicantProvidesData: boolean;

@@ -19,0 +20,0 @@ status: string;

5

dist/resources/Reports.d.ts

@@ -13,3 +13,6 @@ import { AxiosInstance } from "axios";

breakdown: object | null;
documents?: string[] | null;
documents: Array<{
id: string;
}>;
checkId: string;
};

@@ -16,0 +19,0 @@ export declare class Reports extends Resource<never> {

{
"name": "@onfido/api",
"version": "1.0.0",
"version": "1.1.0",
"description": "Node.js library for the Onfido API",

@@ -45,4 +45,4 @@ "keywords": [

"devDependencies": {
"@types/jest": "^24.0.19",
"jest": "^24.9.0",
"@types/jest": "^25.1.4",
"jest": "^25.2.4",
"nock": "^11.7.0",

@@ -52,3 +52,3 @@ "prettier": "^1.18.2",

"rollup-plugin-typescript2": "^0.25.3",
"ts-jest": "^24.1.0",
"ts-jest": "^25.3.0",
"tslint": "^5.20.0",

@@ -55,0 +55,0 @@ "tslint-config-prettier": "^1.18.0",

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc