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-rc.e0c735015.0 to 1.4.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)
```

2

CHANGELOG.md

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

# 1.4.0-rc.e0c735015.0 (2023-02-14)
# 1.4.0 (2023-02-27)

@@ -9,0 +9,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-rc.e0c735015.0",
"version": "1.4.0",
"description": "Go 1.x templates supplied by the Amplify Team",

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

"dependencies": {
"amplify-function-plugin-interface": "1.9.7-rc.e0c735015.0"
"amplify-function-plugin-interface": "1.9.7"
},

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

},
"gitHead": "b22a921010c12a98e8593a77180801375fd4a7f5"
"gitHead": "db41d4d4c682ef0c2ced02113c83d03af3ba6759"
}

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