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

amplify-function-plugin-interface

Package Overview
Dependencies
Maintainers
1
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amplify-function-plugin-interface - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1-alpha.37

12

lib/index.d.ts

@@ -25,6 +25,8 @@ export declare type FunctionRuntimeContributorFactory = (context: any) => Contributor<FunctionRuntimeParameters> & FunctionRuntimeLifecycleManager;

srcRoot: string;
env: string;
runtime: string;
handler: string;
event: any;
context: any;
env: {
event: string;
lastBuildTimestamp?: Date;
envVars?: {
[key: string]: string;

@@ -37,3 +39,3 @@ };

runtime: string;
legacyBuildHookParams: {
legacyBuildHookParams?: {
projectRoot: string;

@@ -78,2 +80,3 @@ resourceName: string;

runtimePluginId: string;
cloudwatchRule?: string;
};

@@ -139,2 +142,3 @@ export interface FunctionTriggerParameters {

useLegacyBuild: boolean;
defaultEditorFile: string;
scripts?: Record<'build' & 'package', FunctionScript>;

@@ -141,0 +145,0 @@ }

{
"name": "amplify-function-plugin-interface",
"version": "1.2.0",
"version": "1.2.1-alpha.37+19b2d8051",
"description": "Interface for plugins that provide additional functionality to function category plugins",

@@ -18,3 +18,3 @@ "repository": {

},
"gitHead": "e40da2042250bb9e8785e81cc605003df7ed9b01"
"gitHead": "19b2d8051ac81630b0f2b29ca5c2f4bb9fa33221"
}

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