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.1 to 1.0.2

6

dist/src/ApiCommunicationsWrapper/JSONBodyBuilder.js

@@ -25,2 +25,5 @@ "use strict";

};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
var _a;

@@ -30,2 +33,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

const fs = __importStar(require("fs"));
const path_1 = __importDefault(require("path"));
class JSONBodyBuilder {

@@ -130,3 +134,3 @@ static getPaths() {

_a = JSONBodyBuilder;
JSONBodyBuilder.JSONData = JSON.parse(fs.readFileSync("./api.json", "utf-8"));
JSONBodyBuilder.JSONData = JSON.parse(fs.readFileSync(path_1.default.join(__dirname, "../../api.json"), "utf-8"));
JSONBodyBuilder.endpointsList = _a.getPaths();

@@ -133,0 +137,0 @@ JSONBodyBuilder.endpointsData = _a.getPathData();

2

package.json
{
"name": "@klippa/dochorizon-sdk",
"version": "1.0.1",
"version": "1.0.2",
"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