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

screwdriver-data-schema

Package Overview
Dependencies
Maintainers
8
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.0.2 to 23.0.3

migrations/20240306-remove_column_commit_from_build.js

3

models/build.js

@@ -5,3 +5,2 @@ 'use strict';

const mutate = require('../lib/mutate');
const Scm = require('../core/scm');
const Regex = require('../config/regex');

@@ -71,4 +70,2 @@ const Job = require('../config/job');

commit: Scm.commit,
createTime: Joi.string().isoDate().max(32).description('When this build was created'),

@@ -75,0 +72,0 @@

{
"name": "screwdriver-data-schema",
"version": "23.0.2",
"version": "23.0.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