Socket
Socket
Sign inDemoInstall

@bafsllc/serverless-import-config-plugin

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bafsllc/serverless-import-config-plugin - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

5

dist/index.js

@@ -29,2 +29,3 @@ "use strict";

const SERVERLESS = "serverless";
const DIRNAME = "dirname";
const JS_EXTNAME = ".js";

@@ -128,3 +129,5 @@ const CONFIG_EXTNAMES = new Set([".yml", ".yaml", JS_EXTNAME]);

.forEach(({ property, matches }) => {
matches.forEach(({ match }) => {
matches
.filter(({ variable }) => variable === DIRNAME)
.forEach(({ match }) => {
const newValue = property.value.replace(match, importDir);

@@ -131,0 +134,0 @@ lodash_set_1.default(config, property.path, newValue);

2

package.json
{
"name": "@bafsllc/serverless-import-config-plugin",
"version": "0.0.4",
"version": "0.0.5",
"description": "Adds possibility to import YAML files in serverless.yaml config file",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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