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.6.0 to 23.7.0

4

config/regex.js

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

// Provider Role. Can be arn:aws:iam::xxxxxx:role/some-role
ROLE_ARN: /^arn:aws:iam::\d{12}:role\/.+/
ROLE_ARN: /^arn:aws:iam::\d{12}:role\/.+/,
// Stage setup pattern. Can be stage@stage-name:setup
STAGE_SETUP_PATTERN: /^stage@([\w-]+):setup$/
};
{
"name": "screwdriver-data-schema",
"version": "23.6.0",
"version": "23.7.0",
"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