Socket
Socket
Sign inDemoInstall

ininal

Package Overview
Dependencies
51
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.4

0

lib/index.d.ts

@@ -0,0 +0,0 @@ import Authentication from "./interfaces/Authentication";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Ininal from "..";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Ininal from "..";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Ininal from "..";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Ininal from "..";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ interface ConfigAuthObject {

2

lib/utilities/ConnectionHandler.js

@@ -100,3 +100,3 @@ "use strict";

error_1 = _a.sent();
if (error_1.response && error_1.response.body.response)
if (error_1.response && error_1.response.body && error_1.response.body.response)
return [2, reject(new IninalAPIError_1.default(error_1.response.body.response.errorCode, error_1.response.body.response.errorDescription))];

@@ -103,0 +103,0 @@ return [2, reject(error_1)];

@@ -0,0 +0,0 @@ declare class IninalAPIError extends Error {

@@ -0,0 +0,0 @@ "use strict";

{
"name": "ininal",
"version": "0.1.2",
"version": "0.1.4",
"description": "API wrapper for the Turkish Fintech company \"ininal\".",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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