New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@sei-atl/devops

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sei-atl/devops - npm Package Compare versions

Comparing version
1.0.21
to
1.0.22
+3
-2
lib/utils.js

@@ -189,7 +189,8 @@ const encryptionHelper = require('@sei-atl/encryption-helper');

prePackageYaml: (args) => {
let workingDir = process.env.INIT_CWD || process.cwd();
let yamlBoost = require('yaml-boost');
let fs = require('fs');
let inPath = args.in;
let outPath = args.out;
let inPath = path.join(workingDir,args.in);
let outPath = path.join(args.out);

@@ -196,0 +197,0 @@ let loaded = yamlBoost.load(inPath, args);

+1
-1
{
"name": "@sei-atl/devops",
"version": "1.0.21",
"version": "1.0.22",
"description": "",

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