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
3
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.7.3-alpha.270 to 1.8.0-alpha.0

11

CHANGELOG.md

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

# [1.8.0-alpha.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-function-plugin-interface@1.7.2...amplify-function-plugin-interface@1.8.0-alpha.0) (2021-05-22)
### Features
* lambda layers rework ([70b2f46](https://github.com/aws-amplify/amplify-cli/commit/70b2f46ee5cd645208c02c5919bc777e54411010))
## [1.7.2](https://github.com/aws-amplify/amplify-cli/compare/amplify-function-plugin-interface@1.7.1...amplify-function-plugin-interface@1.7.2) (2021-02-26)

@@ -8,0 +19,0 @@

20

lib/index.d.ts

@@ -47,2 +47,3 @@ export declare type FunctionRuntimeContributorFactory = (context: any) => Contributor<FunctionRuntimeParameters, RuntimeContributionRequest> & FunctionRuntimeLifecycleManager;

lastBuildTimeStamp?: Date;
service?: string;
};

@@ -61,2 +62,4 @@ export declare enum BuildType {

skipHashing?: boolean;
service?: string;
currentHash?: boolean;
};

@@ -68,3 +71,9 @@ export declare type BuildResult = {

packageHash?: string;
zipEntries?: ZipEntry[];
};
export declare type ZipEntry = {
sourceFolder?: string;
packageFolder?: string;
ignoreFiles?: string[];
};
export declare type CheckDependenciesResult = {

@@ -124,2 +133,3 @@ hasRequiredDependencies: boolean;

layerDefaultFiles?: LayerFiles[];
runtimePluginId?: string;
}

@@ -153,7 +163,13 @@ export interface LayerFiles {

resourceName: string;
version: number;
version: number | string;
isLatestVersionSelected: boolean;
env: string;
}
export interface ExternalLayer {
type: 'ExternalLayer';
arn: string;
arn: string | {
'Fn::Sub': string;
} | {
Ref: string;
};
}

@@ -160,0 +176,0 @@ interface FunctionContributorCondition {

4

package.json
{
"name": "amplify-function-plugin-interface",
"version": "1.7.3-alpha.270+78854ebd4",
"version": "1.8.0-alpha.0",
"description": "Interface for plugins that provide additional functionality to function category plugins",

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

},
"gitHead": "78854ebd4a3d41d34d68736d6556045302101265"
"gitHead": "6028c2ea2d170dc167ef513c068ac29417bac77f"
}

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