New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-amplify/amplify-go-function-template-provider

Package Overview
Dependencies
Maintainers
11
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-amplify/amplify-go-function-template-provider - npm Package Compare versions

Comparing version 1.4.0-amplify-app-tests.0 to 1.4.0-beta.0

2

API.md

@@ -6,3 +6,2 @@ ## API Report File for "@aws-amplify/amplify-go-function-template-provider"

```ts
import { FunctionTemplateContributorFactory } from 'amplify-function-plugin-interface';

@@ -14,3 +13,2 @@

// (No @packageDocumentation comment for this package)
```

35

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

# 1.4.0-amplify-app-tests.0 (2023-02-16)
# 1.4.0-beta.0 (2023-02-17)

@@ -40,2 +40,35 @@

## [1.3.15-beta.4](https://github.com/aws-amplify/amplify-cli/compare/amplify-go-function-template-provider@1.3.15...amplify-go-function-template-provider@1.3.15-beta.4) (2023-02-15)
**Note:** Version bump only for package amplify-go-function-template-provider
## [1.3.15-beta.3](https://github.com/aws-amplify/amplify-cli/compare/amplify-go-function-template-provider@1.3.15...amplify-go-function-template-provider@1.3.15-beta.3) (2023-02-07)
**Note:** Version bump only for package amplify-go-function-template-provider
## [1.3.15-beta.2](https://github.com/aws-amplify/amplify-cli/compare/amplify-go-function-template-provider@1.3.14...amplify-go-function-template-provider@1.3.15-beta.2) (2022-12-28)
**Note:** Version bump only for package amplify-go-function-template-provider
## [1.3.15-beta.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-go-function-template-provider@1.3.14...amplify-go-function-template-provider@1.3.15-beta.1) (2022-12-13)
**Note:** Version bump only for package amplify-go-function-template-provider
## [1.3.15-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-go-function-template-provider@1.3.14...amplify-go-function-template-provider@1.3.15-beta.0) (2022-12-01)
## [1.3.15](https://github.com/aws-amplify/amplify-cli/compare/amplify-go-function-template-provider@1.3.14...amplify-go-function-template-provider@1.3.15) (2023-01-03)

@@ -42,0 +75,0 @@

@@ -5,5 +5,5 @@ "use strict";

const helloWorldProvider_1 = require("./providers/helloWorldProvider");
const functionTemplateContributorFactory = context => {
const functionTemplateContributorFactory = (context) => {
return {
contribute: request => {
contribute: (request) => {
switch (request.selection) {

@@ -10,0 +10,0 @@ case 'hello-world': {

{
"name": "@aws-amplify/amplify-go-function-template-provider",
"version": "1.4.0-amplify-app-tests.0",
"version": "1.4.0-beta.0",
"description": "Go 1.x templates supplied by the Amplify Team",

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

"dependencies": {
"amplify-function-plugin-interface": "1.9.7-amplify-app-tests.0"
"amplify-function-plugin-interface": "1.9.6-beta.5"
},

@@ -34,3 +34,3 @@ "devDependencies": {

},
"gitHead": "326d77ed40f25793a8fb46acb532b5b315fbf4fc"
"gitHead": "7286abc51cd2e1c20095d2780567360996468b38"
}

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