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
2
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.3.3 to 1.3.4

4

CHANGELOG.md

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

## [1.3.4] - 2020-02-05
### Fixed
- `authorizers` now have the name property to avoid collisions
## [1.3.3] - 2020-01-22

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

@@ -48,2 +48,3 @@ 'use strict';

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

@@ -50,0 +51,0 @@ resultTtlInSeconds: 300,

2

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