Socket
Socket
Sign inDemoInstall

v4h-client-api

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

v4h-client-api - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

6

dist/App.js

@@ -24,2 +24,4 @@ "use strict";

var _OrgUnitActions = _interopRequireDefault(require("./resources/orgUnit/actions/OrgUnitActions"));
var _AuthResource = _interopRequireDefault(require("./resources/Auth/resources/AuthResource"));

@@ -35,2 +37,3 @@

(0, _defineProperty2["default"])(this, "org", void 0);
(0, _defineProperty2["default"])(this, "orgUnit", void 0);
(0, _defineProperty2["default"])(this, "session", void 0);

@@ -59,5 +62,6 @@ }

this.org = new _OrgActions["default"](this.token, this.baseUrl);
this.orgUnit = new _OrgUnitActions["default"](this.token, this.baseUrl);
this.session = new _SessionActions["default"](this.token, this.baseUrl);
case 6:
case 7:
case "end":

@@ -64,0 +68,0 @@ return _context.stop();

2

package.json
{
"name": "v4h-client-api",
"version": "1.1.0",
"version": "1.1.1",
"description": "Client-api that consumes the Session-manager api endpoints and serves them appropriately to the final user.",

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

Sorry, the diff of this file is too big to display

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