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

@ez4/aws-common

Package Overview
Dependencies
Maintainers
0
Versions
10
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.0.0 to 0.1.0

dist/common/waiter.d.ts

2

dist/common/provider.d.ts
import type { ApplyState, 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) => import("@ez4/stateful").StepState[];
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>>;

@@ -10,3 +10,4 @@ export * from './triggers/register.js';

export * from './common/logger.js';
export * from './common/waiter.js';
export * from './types/tags.js';
export * from './types/arn.js';
{
"name": "@ez4/aws-common",
"description": "EZ4: Common components for self-managed AWS services",
"version": "0.0.0",
"version": "0.1.0",
"author": "Silas B.",

@@ -24,12 +24,11 @@ "license": "MIT",

"clean:registry": "rm -rf ../../.registry/@ez4/aws-common",
"prepublishOnly": "npm run clean && npm run build && npm run test",
"publish": "npm publish --access public"
"live:publish": "npm run test && npm publish --access public"
},
"dependencies": {
"@aws-sdk/client-sts": "^3.614.0",
"@ez4/project": "^0.0.0",
"@ez4/stateful": "^0.0.0",
"@ez4/utils": "^0.0.0",
"@ez4/project": "^0.1.0",
"@ez4/stateful": "^0.1.0",
"@ez4/utils": "^0.1.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