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

@apigames/rest-client

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apigames/rest-client - npm Package Compare versions

Comparing version

to
22.1.0-dev.4

export default class JsonAPIError {
private _code;
private _title;
private _status;
private _detail;
private _source;
private readonly _code;
private readonly _title;
private readonly _status;
private readonly _detail;
private readonly _source;
constructor(code: string, title: string, status: number, detail: string, source: any);

@@ -8,0 +8,0 @@ get code(): string;

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "22.1.0-dev.3",
"version": "22.1.0-dev.4",
"main": "lib/index.js",

@@ -27,3 +27,3 @@ "types": "lib/index.d.ts",

"dependencies": {
"@apigames/json": "22.1.0-dev.3",
"@apigames/json": "22.1.0-dev.5",
"axios": "0.24.0"

@@ -33,10 +33,10 @@ },

"@types/jest": "27.0.3",
"@types/node": "14.18.0",
"@typescript-eslint/eslint-plugin": "5.7.0",
"@typescript-eslint/parser": "5.7.0",
"eslint": "8.4.1",
"eslint-config-airbnb": "19.0.2",
"@types/node": "14.18.3",
"@typescript-eslint/eslint-plugin": "5.8.1",
"@typescript-eslint/parser": "5.8.1",
"eslint": "8.5.0",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.27.1",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",

@@ -43,0 +43,0 @@ "jest": "27.4.5",

Sorry, the diff of this file is not supported yet