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.0 to 1.2.1

4

CHANGELOG.md

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

## [1.2.1] - 2019-12-26
### Fixed
- Service name in lower case is now in *kebab-case*
## [1.2.0] - 2019-12-26

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

3

lib/service/base.js
'use strict';
const { inspect } = require('util');
const kebabCase = require('lodash.kebabcase');

@@ -13,3 +14,3 @@ module.exports = ({ provider, custom, package: slsPackage, ...serviceConfig }, { serviceName, servicePort, apiSecrets }) => {

const serviceNameInLowerCase = serviceName.toLowerCase();
const serviceNameInLowerCase = kebabCase(serviceName);

@@ -16,0 +17,0 @@ const { include, ...restOfPackage } = slsPackage || {};

{
"name": "sls-helper-plugin-janis",
"version": "1.2.0",
"version": "1.2.1",
"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