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

screwdriver-data-schema

Package Overview
Dependencies
Maintainers
0
Versions
510
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

screwdriver-data-schema - npm Package Compare versions

Comparing version 23.3.2 to 23.3.3

3

config/base.js

@@ -80,3 +80,3 @@ 'use strict';

is: Joi.exist(),
then: Joi.object().pattern(Job.jobName, ALLOWED_JOB_FIELDS_WITH_PIPELINE_TEMPLATE).unknown(false),
then: SCHEMA_JOBS.optional(),
otherwise: SCHEMA_JOBS.required()

@@ -117,2 +117,3 @@ }),

module.exports = {
allowedJobFieldsWithPipelineTemplate: ALLOWED_JOB_FIELDS_WITH_PIPELINE_TEMPLATE,
jobs: SCHEMA_JOBS,

@@ -119,0 +120,0 @@ shared: SCHEMA_SHARED,

{
"name": "screwdriver-data-schema",
"version": "23.3.2",
"version": "23.3.3",
"description": "Internal Data Schema of Screwdriver",

@@ -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