Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

screwdriver-config-parser

Package Overview
Dependencies
Maintainers
8
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

screwdriver-config-parser - npm Package Compare versions

Comparing version 7.1.2 to 7.1.3

4

lib/phase/flatten.js

@@ -79,2 +79,6 @@ 'use strict';

if (oldJob.description) {
newJob.description = oldJob.description;
}
if (oldJob.requires) {

@@ -81,0 +85,0 @@ newJob.requires = [].concat(oldJob.requires);

2

package.json
{
"name": "screwdriver-config-parser",
"version": "7.1.2",
"version": "7.1.3",
"description": "Node module for parsing screwdriver.yaml configurations",

@@ -5,0 +5,0 @@ "main": "index.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