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.3.0-beta.0

17

CHANGELOG.md

@@ -6,2 +6,19 @@ # Change Log

# [1.3.0-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-function-plugin-interface@1.2.0...amplify-function-plugin-interface@1.3.0-beta.0) (2020-04-02)
### Bug Fixes
* save default editor on add and load on update ([#3841](https://github.com/aws-amplify/amplify-cli/issues/3841)) ([edb94cf](https://github.com/aws-amplify/amplify-cli/commit/edb94cfa2f1a66af0d45afb74f46a3488def9ddd))
### Features
* **amplify-category-function:** Refactor invoke to call runtime plugins ([#3768](https://github.com/aws-amplify/amplify-cli/issues/3768)) ([92293fa](https://github.com/aws-amplify/amplify-cli/commit/92293fa83190bd18aacdc2f46a22938f94b89609))
* **amplify-category-function:** Support Lambda Scheduling ([#3714](https://github.com/aws-amplify/amplify-cli/issues/3714)) ([4a488ed](https://github.com/aws-amplify/amplify-cli/commit/4a488edef14d9161600cf6ce6887baa3c04ebef5))
# [1.2.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-function-plugin-interface@1.1.0...amplify-function-plugin-interface@1.2.0) (2020-03-26)

@@ -8,0 +25,0 @@

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.3.0-beta.0",
"description": "Interface for plugins that provide additional functionality to function category plugins",

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

},
"gitHead": "e40da2042250bb9e8785e81cc605003df7ed9b01"
"gitHead": "0c8d94136120c58e274c17c97fbcb3cf7f5bf27c"
}

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