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

oci-common

Package Overview
Dependencies
Maintainers
2
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oci-common - npm Package Compare versions

Comparing version 1.9.0 to 1.9.1

2

lib/auth/instance-principals-authentication-detail-provider.d.ts

@@ -31,3 +31,3 @@ /**

export default class InstancePrincipalsAuthenticationDetailsProviderBuilder extends AbstractFederationClientAuthenticationDetailsProviderBuilder<InstancePrincipalsAuthenticationDetailsProviderBuilder, InstancePrincipalsAuthenticationDetailsProvider> {
constructor();
constructor(purpose?: string);
build(): Promise<InstancePrincipalsAuthenticationDetailsProvider>;

@@ -34,0 +34,0 @@ protected buildProvider(sessionKeySupplierToUse: SessionKeySupplier): InstancePrincipalsAuthenticationDetailsProvider;

@@ -50,4 +50,7 @@ "use strict";

class InstancePrincipalsAuthenticationDetailsProviderBuilder extends abstract_federation_client_authenticated_details_provider_builder_1.default {
constructor() {
constructor(purpose) {
super();
if (purpose) {
this.purpose = purpose;
}
}

@@ -54,0 +57,0 @@ build() {

{
"name": "oci-common",
"version": "1.9.0",
"version": "1.9.1",
"description": "OCI Common module for NodeJS",

@@ -19,2 +19,6 @@ "repository": {

"@types/isomorphic-fetch": "0.0.35",
"@types/jsonwebtoken": "^8.5.0",
"@types/jssha": "^2.0.0",
"@types/opossum": "4.1.1",
"@types/sshpk": "^1.10.3",
"es6-promise": "4.2.6",

@@ -31,8 +35,4 @@ "http-signature": "1.3.1",

"@types/chai": "^4.1.7",
"@types/jsonwebtoken": "^8.5.0",
"@types/jssha": "^2.0.0",
"@types/node": "10.17.0",
"@types/mocha": "^5.2.5",
"@types/node": "10.17.0",
"@types/opossum": "4.1.1",
"@types/sshpk": "^1.10.3",
"awesome-typescript-loader": "3.1.3",

@@ -39,0 +39,0 @@ "chai": "^4.2.0",

Sorry, the diff of this file is not supported yet

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