Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@klippa/dochorizon-sdk

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@klippa/dochorizon-sdk - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

dist/src/ApiCommunicationsWrapper/vars.d.ts

4

dist/src/ApiCommunicationsWrapper/Services/APIFunctions.js

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

exports.APIFunctionalities = void 0;
const vars_1 = require("../vars");
require("dotenv").config();

@@ -27,5 +28,6 @@ const fs_1 = __importDefault(require("fs"));

function request(requestProperties) {
var _a;
return __awaiter(this, void 0, void 0, function* () {
const { endpoint, params, body } = requestProperties;
let url = `${process.env.API_URL}${endpoint.url}`;
let url = `${(_a = process.env.API_URL) !== null && _a !== void 0 ? _a : vars_1.API_URL}${endpoint.url}`;
if (params === null || params === void 0 ? void 0 : params.PathParams) {

@@ -32,0 +34,0 @@ url = processPathParameters(url, params.PathParams);

{
"name": "@klippa/dochorizon-sdk",
"version": "1.0.2",
"version": "1.0.3",
"description": "## NodeJS developer SDK for DocHorizon.",

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

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