Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sls-helper-plugin-janis

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sls-helper-plugin-janis - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

4

CHANGELOG.md

@@ -9,2 +9,6 @@ # Changelog

## [1.2.4] - 2019-12-27
### Fixed
- Authorizers in event listeners are now correctly configured
## [1.2.3] - 2019-12-27

@@ -11,0 +15,0 @@ ### Fixed

2

lib/event-listener/index.js

@@ -32,3 +32,3 @@ 'use strict';

method: 'post',
authorizer: `\${file(./serverless/functions/subtemplates/authorizers.yml):${authorizer}}`,
authorizer: `\${self:custom.authorizers.${authorizer}}`,
request: {

@@ -35,0 +35,0 @@ template: '${self:custom.apiRequestTemplate}'

{
"name": "sls-helper-plugin-janis",
"version": "1.2.3",
"version": "1.2.4",
"description": "A Serverless Helper plugin to add custom helpers for JANIS Commerce",

@@ -5,0 +5,0 @@ "main": "lib/plugin.js",

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