New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@campus-explorer/aws-credentials

Package Overview
Dependencies
Maintainers
12
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@campus-explorer/aws-credentials - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

1

dist/get-credentials.d.ts

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

/** @type {(params: { profile: string, duration?: number, getMfaToken: (mfaSerial: string) => Promise<{ token: string }>}) => Promise<AWS.Credentials>} */
declare const getCredentials: (params: {

@@ -3,0 +2,0 @@ profile: string;

@@ -10,3 +10,2 @@ "use strict";

const make_credentials_obj_1 = __importDefault(require("./make-credentials-obj"));
/** @type {(params: { profile: string, duration?: number, getMfaToken: (mfaSerial: string) => Promise<{ token: string }>}) => Promise<AWS.Credentials>} */
const getCredentials = async (params) => {

@@ -13,0 +12,0 @@ const { getMfaToken, profile, duration } = params;

2

package.json
{
"name": "@campus-explorer/aws-credentials",
"description": "TODO",
"version": "4.0.0",
"version": "4.0.1",
"author": "Archer Education <technology@archeredu.com>",

@@ -6,0 +6,0 @@ "bugs": {

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