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

@maccuaa/intellitrust-admin-sdk

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maccuaa/intellitrust-admin-sdk - npm Package Compare versions

Comparing version 5.23.0 to 5.24.0

2

base.ts
/**
* Entrust Identity as a Service Administration API
* 5.23
* 5.24

@@ -5,0 +5,0 @@ * Contact: support@entrust.com

@@ -5,3 +5,3 @@ /* tslint:disable */

* Entrust Identity as a Service Administration API
* 5.23
* 5.24

@@ -8,0 +8,0 @@ * Contact: support@entrust.com

/**
* Entrust Identity as a Service Administration API
* 5.23
* 5.24

@@ -5,0 +5,0 @@ * Contact: support@entrust.com

/**
* Entrust Identity as a Service Administration API
* 5.23
* 5.24

@@ -5,0 +5,0 @@ * Contact: support@entrust.com

/**
* Entrust Identity as a Service Administration API
* 5.23
* 5.24

@@ -5,0 +5,0 @@ * Contact: support@entrust.com

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

* Entrust Identity as a Service Administration API
* 5.23
* 5.24

@@ -9,0 +9,0 @@ * Contact: support@entrust.com

/**
* Entrust Identity as a Service Administration API
* 5.23
* 5.24

@@ -5,0 +5,0 @@ * Contact: support@entrust.com

"use strict";
/**
* Entrust Identity as a Service Administration API
* 5.23
* 5.24

@@ -6,0 +6,0 @@ * Contact: support@entrust.com

/**
* Entrust Identity as a Service Administration API
* 5.23
* 5.24

@@ -5,0 +5,0 @@ * Contact: support@entrust.com

"use strict";
/**
* Entrust Identity as a Service Administration API
* 5.23
* 5.24

@@ -11,3 +11,7 @@ * Contact: support@entrust.com

if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -14,0 +18,0 @@ if (k2 === undefined) k2 = k;

/**
* Entrust Identity as a Service Administration API
* 5.23
* 5.24

@@ -5,0 +5,0 @@ * Contact: support@entrust.com

{
"name": "@maccuaa/intellitrust-admin-sdk",
"version": "5.23.0",
"version": "5.24.0",
"description": "JavaScript client for @maccuaa/intellitrust-admin-sdk",
"author": "Andrew MacCuaig <andrewmaccuaig@gmail.com>",
"homepage": "https://www.npmjs.com/package/@maccuaa/intellitrust-admin-sdk/v/5.23.0",
"homepage": "https://www.npmjs.com/package/@maccuaa/intellitrust-admin-sdk/v/5.24.0",
"repository": "https://github.com/maccuaa/intellitrust-sdk",

@@ -14,2 +14,3 @@ "keywords": [

"intellitrust",
"idaas",
"@maccuaa/intellitrust-admin-sdk"

@@ -25,3 +26,3 @@ ],

"dependencies": {
"axios": "0.25.0"
"axios": "0.26.1"
},

@@ -28,0 +29,0 @@ "devDependencies": {

@@ -1,4 +0,4 @@

## @maccuaa&#x2F;intellitrust-admin-sdk@5.23.0
## @maccuaa&#x2F;intellitrust-admin-sdk@5.24.0
This is a JavaScript client for the Entrust Datacard IntelliTrust Administration API. This module can be used in the following environments:
This is a JavaScript client for the Entrust Identity as a Service Administration API. This module can be used in the following environments:

@@ -19,3 +19,3 @@ - Node.js

**NOTE:** Make sure to replace the configuration values in the examples with the values from your IntelliTrust account!
**NOTE:** Make sure to replace the configuration values in the examples with the values from your Identity as a Service account!

@@ -57,2 +57,2 @@ ```javascript

For more information on how to use the APIs please refer to the IntelliTrust [Administration API](https://entrust.us.trustedauth.com/documentation/apiDocs/administration.html) documentation.
For more information on how to use the APIs please refer to the Identity as a Service [Administration API](https://entrust.us.trustedauth.com/documentation/apiDocs/administration.html) documentation.

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

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