New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2 to 1.2.3

4

CHANGELOG.md

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

## [1.2.3] - 2019-12-27
### Fixed
- Authorizers fixed to match the correct function name
## [1.2.2] - 2019-12-26

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

@@ -43,4 +43,8 @@ 'use strict';

const authorizersNameToFunctionMapping = {
ServiceNoClientAuthorizer: 'ServiceAuthorizer'
};
const authorizerBuilder = (name, headers) => ({
arn: `arn:aws:lambda:us-east-1:026813942644:function:JanisIdService-\${self:custom.stage}-${name}`,
arn: `arn:aws:lambda:us-east-1:026813942644:function:JanisIdService-\${self:custom.stage}-${authorizersNameToFunctionMapping[name] || name}`,
resultTtlInSeconds: 300,

@@ -47,0 +51,0 @@ identitySource: headers.map(header => `method.request.header.${header}`).join(','),

2

package.json
{
"name": "sls-helper-plugin-janis",
"version": "1.2.2",
"version": "1.2.3",
"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