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

@trivikr-test/credential-provider-web-identity

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trivikr-test/credential-provider-web-identity - npm Package Compare versions

Comparing version 3.170.0-es2016 to 3.170.0-es2017

5

dist-es/fromTokenFile.js

@@ -1,2 +0,1 @@

import { __awaiter } from "tslib";
import { CredentialsProviderError } from "@trivikr-test/property-provider";

@@ -8,5 +7,5 @@ import { readFileSync } from "fs";

const ENV_ROLE_SESSION_NAME = "AWS_ROLE_SESSION_NAME";
export const fromTokenFile = (init = {}) => () => __awaiter(void 0, void 0, void 0, function* () {
export const fromTokenFile = (init = {}) => async () => {
return resolveTokenFile(init);
});
};
const resolveTokenFile = (init) => {

@@ -13,0 +12,0 @@ var _a, _b, _c;

6

package.json
{
"name": "@trivikr-test/credential-provider-web-identity",
"version": "3.170.0-es2016",
"version": "3.170.0-es2017",
"description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",

@@ -35,4 +35,4 @@ "main": "./dist-cjs/index.js",

"dependencies": {
"@trivikr-test/property-provider": "3.170.0-es2016",
"@trivikr-test/types": "3.170.0-es2016",
"@trivikr-test/property-provider": "3.170.0-es2017",
"@trivikr-test/types": "3.170.0-es2017",
"tslib": "^2.3.1"

@@ -39,0 +39,0 @@ },

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