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.5.2-alpha.0 to 1.6.0-beta.0

11

CHANGELOG.md

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

# [1.6.0-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-function-plugin-interface@1.5.1...amplify-function-plugin-interface@1.6.0-beta.0) (2020-12-10)
### Features
* container-based deployments([#5727](https://github.com/aws-amplify/amplify-cli/issues/5727)) ([fad6377](https://github.com/aws-amplify/amplify-cli/commit/fad6377bd384862ca4429cb1a83eee90efd62b58))
## [1.5.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-function-plugin-interface@1.4.1...amplify-function-plugin-interface@1.5.1) (2020-11-22)

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

1

lib/index.d.ts

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

lastPackageTimestamp?: Date;
skipHashing?: boolean;
};

@@ -59,0 +60,0 @@ export declare type BuildResult = {

7

package.json
{
"name": "amplify-function-plugin-interface",
"version": "1.5.2-alpha.0+c0aa2d9fa",
"version": "1.6.0-beta.0",
"description": "Interface for plugins that provide additional functionality to function category plugins",

@@ -16,5 +16,6 @@ "repository": {

"build": "tsc",
"clean": "rimraf ./lib"
"clean": "rimraf ./lib",
"watch": "tsc -w"
},
"gitHead": "c0aa2d9fa4739214aba42fa9fff5d6c5164f540c"
"gitHead": "13ce5b17ec4a55175cb18979e3117f587d74cdbe"
}

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