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

@ez4/aws-common

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-common - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

4

dist/common/provider.d.ts

@@ -1,4 +0,4 @@

import type { ApplyState, EntryState, EntryStates, StepHandler } from '@ez4/stateful';
import type { ApplyResult, EntryState, EntryStates, StepHandler } from '@ez4/stateful';
export declare const registerProvider: <E extends EntryState>(providerName: string, handler: StepHandler<E>) => void;
export declare const report: <E extends EntryState>(newState: EntryStates<E> | undefined, oldState: EntryStates<E> | undefined) => Promise<import("@ez4/stateful").StepState[]>;
export declare const deploy: <E extends EntryState>(newState: EntryStates<E> | undefined, oldState: EntryStates<E> | undefined) => Promise<ApplyState<E>>;
export declare const deploy: <E extends EntryState>(newState: EntryStates<E> | undefined, oldState: EntryStates<E> | undefined) => Promise<ApplyResult<E>>;
{
"name": "@ez4/aws-common",
"description": "EZ4: Common components for self-managed AWS providers",
"version": "0.6.0",
"version": "0.7.0",
"author": "Silas B.",

@@ -38,10 +38,10 @@ "license": "MIT",

"peerDependencies": {
"@ez4/project": "^0.6.0"
"@ez4/project": "^0.7.0"
},
"dependencies": {
"@aws-sdk/client-sts": "^3.614.0",
"@ez4/stateful": "^0.6.0",
"@ez4/utils": "^0.6.0",
"@ez4/stateful": "^0.7.0",
"@ez4/utils": "^0.7.0",
"esbuild": "^0.23.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