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

@ez4/aws-identity

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ez4/aws-identity - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

2

dist/role/utils.d.ts
import type { EntryState, StepContext } from '@ez4/stateful';
import { RoleState } from './types.js';
export declare const isRoleState: (resource: EntryState) => resource is RoleState;
export declare const getRoleArn: <E extends EntryState>(serviceName: string, resourceId: string, context: StepContext<E | RoleState>) => any;
export declare const getRoleArn: (serviceName: string, resourceId: string, context: StepContext) => `arn:aws:${string}:${string}:${string}:${string}`;
{
"name": "@ez4/aws-identity",
"description": "EZ4: Self-managed AWS role and policy provider",
"version": "0.6.0",
"version": "0.7.0",
"author": "Silas B.",

@@ -40,3 +40,3 @@ "license": "MIT",

"peerDependencies": {
"@ez4/project": "^0.6.0"
"@ez4/project": "^0.7.0"
},

@@ -46,6 +46,6 @@ "dependencies": {

"@aws-sdk/client-sts": "^3.614.0",
"@ez4/aws-common": "^0.6.0",
"@ez4/stateful": "^0.6.0",
"@ez4/utils": "^0.6.0"
"@ez4/aws-common": "^0.7.0",
"@ez4/stateful": "^0.7.0",
"@ez4/utils": "^0.7.0"
}
}

Sorry, the diff of this file is not supported yet

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