New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.9.2-ext.0 to 1.9.2-graphql-vnext-dev-preview.0

16

CHANGELOG.md

@@ -6,10 +6,22 @@ # Change Log

## [1.9.2-ext.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-function-plugin-interface@1.9.0...amplify-function-plugin-interface@1.9.2-ext.0) (2021-08-20)
## [1.9.2-graphql-vnext-dev-preview.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-function-plugin-interface@1.9.1...amplify-function-plugin-interface@1.9.2-graphql-vnext-dev-preview.0) (2021-11-12)
**Note:** Version bump only for package amplify-function-plugin-interface
### Bug Fixes
* **graphql:** refactor lambda authorizer code to use function category to create authorizer function ([#8784](https://github.com/aws-amplify/amplify-cli/issues/8784)) ([17f447e](https://github.com/aws-amplify/amplify-cli/commit/17f447e7e67fd4ce4d3898e6f0dc384dc5518fda))
# 6.4.0 (2021-11-10)
### Reverts
* Revert "Lambda auth minor fixes (#8741)" (#8762) ([aa1096c](https://github.com/aws-amplify/amplify-cli/commit/aa1096ca504bdb7e6a2dca2963c546f957116f9d)), closes [#8741](https://github.com/aws-amplify/amplify-cli/issues/8741) [#8762](https://github.com/aws-amplify/amplify-cli/issues/8762)
## [1.9.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-function-plugin-interface@1.9.0...amplify-function-plugin-interface@1.9.1) (2021-07-30)

@@ -16,0 +28,0 @@

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

secretDeltas?: SecretDeltas;
template?: string;
defaultRuntime?: string;
skipAdvancedSection?: boolean;
skipNextSteps?: boolean;
};

@@ -122,2 +126,3 @@ export interface FunctionTriggerParameters {

environmentVariables?: Record<string, string>;
skipNextSteps?: boolean;
}

@@ -124,0 +129,0 @@ export interface ProviderContext {

4

package.json
{
"name": "amplify-function-plugin-interface",
"version": "1.9.2-ext.0",
"version": "1.9.2-graphql-vnext-dev-preview.0",
"description": "Interface for plugins that provide additional functionality to function category plugins",

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

},
"gitHead": "6d0282a77f5e4a200d8b2b76e227863d21ec9d33"
"gitHead": "14d8c2c86d2dbf7876e4d351088c69563e5ba009"
}

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