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

@goldstack/infra-aws

Package Overview
Dependencies
Maintainers
1
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goldstack/infra-aws - npm Package Compare versions

Comparing version 0.3.46 to 0.3.47

14

dist/src/infraAws.d.ts

@@ -8,8 +8,8 @@ import { AWSConfiguration, AWSUser, AWSProfileConfig, AWSAPIKeyUserConfig, AWSAccessKeyId, AWSSecretAccessKey, Name } from './types/awsAccount';

export type { AWSDeployment, AWSDeploymentRegion, AWSUserName, } from './types/awsDeployment';
export declare const readDeploymentFromPackageConfig: (deploymentName: string, path?: string | undefined) => AWSDeployment;
export declare const assertTerraformConfig: (user: Name, path?: string | undefined) => AWSTerraformState;
export declare const writeTerraformConfig: (config: AWSTerraformState, path?: string | undefined) => void;
export declare const hasConfig: (path?: string | undefined) => boolean;
export declare const readConfig: (path?: string | undefined) => AWSConfiguration;
export declare const writeConfig: (config: AWSConfiguration, path?: string | undefined) => void;
export declare const readDeploymentFromPackageConfig: (deploymentName: string, path?: string) => AWSDeployment;
export declare const assertTerraformConfig: (user: Name, path?: string) => AWSTerraformState;
export declare const writeTerraformConfig: (config: AWSTerraformState, path?: string) => void;
export declare const hasConfig: (path?: string) => boolean;
export declare const readConfig: (path?: string) => AWSConfiguration;
export declare const writeConfig: (config: AWSConfiguration, path?: string) => void;
export declare const createDefaultConfig: () => AWSConfiguration;

@@ -19,3 +19,3 @@ /**

*/
export declare const getAWSUser: (userName: string, configPath?: string | undefined) => Promise<AWS.Credentials>;
export declare const getAWSUser: (userName: string, configPath?: string) => Promise<AWS.Credentials>;
//# sourceMappingURL=infraAws.d.ts.map
{
"name": "@goldstack/infra-aws",
"version": "0.3.46",
"version": "0.3.47",
"description": "Utilities to work with AWS infrastructure via the cli.",

@@ -42,7 +42,7 @@ "keywords": [

"dependencies": {
"@goldstack/infra": "0.3.37",
"@goldstack/utils-config": "0.3.34",
"@goldstack/utils-log": "0.2.15",
"@goldstack/utils-package": "0.3.40",
"@goldstack/utils-sh": "0.4.32",
"@goldstack/infra": "0.3.38",
"@goldstack/utils-config": "0.3.35",
"@goldstack/utils-log": "0.2.16",
"@goldstack/utils-package": "0.3.41",
"@goldstack/utils-sh": "0.4.33",
"aws-sdk": "2.1055.0",

@@ -53,3 +53,3 @@ "axios": "0.21.2",

"devDependencies": {
"@goldstack/utils-git": "0.1.35",
"@goldstack/utils-git": "0.1.36",
"@types/jest": "^27.5.1",

@@ -62,3 +62,3 @@ "@types/node": "^17.0.33",

"ts-json-schema-generator": "^1.0.0",
"typescript": "^4.6.4"
"typescript": "^4.7.4"
},

@@ -65,0 +65,0 @@ "publishConfig": {

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