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

@apigames/rest-client

Package Overview
Dependencies
Maintainers
0
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apigames/rest-client - npm Package Compare versions

Comparing version 24.1.4 to 24.1.5

2

lib/exceptions/create.exception.js

@@ -6,2 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.default = CreateException;
const error_301_moved_permanently_1 = __importDefault(require("./error.301.moved.permanently"));

@@ -140,2 +141,1 @@ const error_302_found_1 = __importDefault(require("./error.302.found"));

}
exports.default = CreateException;

@@ -6,2 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ThrowException;
const create_exception_1 = __importDefault(require("./create.exception"));

@@ -11,2 +12,1 @@ function ThrowException(exceptionData) {

}
exports.default = ThrowException;

@@ -6,2 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ThrowNetworkConnectionException;
const network_connection_exception_1 = __importDefault(require("./network.connection.exception"));

@@ -11,2 +12,1 @@ function ThrowNetworkConnectionException(uri) {

}
exports.default = ThrowNetworkConnectionException;

@@ -16,3 +16,3 @@ {

"license": "MIT",
"version": "24.1.4",
"version": "24.1.5",
"main": "lib/index.js",

@@ -37,19 +37,19 @@ "types": "lib/index.d.ts",

"dependencies": {
"@apigames/json": "^24.1.4",
"axios": "^1.7.2"
"@apigames/json": "^24.1.5",
"axios": "^1.7.4"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.14.4",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@types/node": "^20.14.15",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"typescript": "^5.4.5"
"ts-jest": "^29.2.4",
"typescript": "^5.5.4"
},

@@ -56,0 +56,0 @@ "eslintConfig": {},

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