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

@backstage/plugin-scaffolder-common

Package Overview
Dependencies
Maintainers
3
Versions
699
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backstage/plugin-scaffolder-common - npm Package Compare versions

Comparing version 1.5.2-next.0 to 1.5.2-next.1

2

alpha/package.json
{
"name": "@backstage/plugin-scaffolder-common",
"version": "1.5.2-next.0",
"version": "1.5.2-next.1",
"main": "../dist/alpha.cjs.js",

@@ -5,0 +5,0 @@ "module": "../dist/alpha.esm.js",

# @backstage/plugin-scaffolder-common
## 1.5.2-next.1
### Patch Changes
- 9156654: Capturing more event clicks for scaffolder
## 1.5.2-next.0

@@ -4,0 +10,0 @@

@@ -173,15 +173,21 @@ 'use strict';

type: "object",
description: "A way to redefine the labels for actionable buttons.",
description: "A way to redefine the presentation of the scaffolder.",
properties: {
backButtonText: {
type: "string",
description: "A button which return the user to one step back."
},
createButtonText: {
type: "string",
description: "A button which start the execution of the template."
},
reviewButtonText: {
type: "string",
description: "A button which open the review step to verify the input prior to start the execution."
buttonLabels: {
type: "object",
description: "A way to redefine the labels for actionable buttons.",
properties: {
backButtonText: {
type: "string",
description: "A button which return the user to one step back."
},
createButtonText: {
type: "string",
description: "A button which start the execution of the template."
},
reviewButtonText: {
type: "string",
description: "A button which open the review step to verify the input prior to start the execution."
}
}
}

@@ -188,0 +194,0 @@ }

@@ -169,15 +169,21 @@ var $schema = "http://json-schema.org/draft-07/schema";

type: "object",
description: "A way to redefine the labels for actionable buttons.",
description: "A way to redefine the presentation of the scaffolder.",
properties: {
backButtonText: {
type: "string",
description: "A button which return the user to one step back."
},
createButtonText: {
type: "string",
description: "A button which start the execution of the template."
},
reviewButtonText: {
type: "string",
description: "A button which open the review step to verify the input prior to start the execution."
buttonLabels: {
type: "object",
description: "A way to redefine the labels for actionable buttons.",
properties: {
backButtonText: {
type: "string",
description: "A button which return the user to one step back."
},
createButtonText: {
type: "string",
description: "A button which start the execution of the template."
},
reviewButtonText: {
type: "string",
description: "A button which open the review step to verify the input prior to start the execution."
}
}
}

@@ -184,0 +190,0 @@ }

{
"name": "@backstage/plugin-scaffolder-common",
"version": "1.5.2-next.0",
"version": "1.5.2-next.1",
"description": "Common functionalities for the scaffolder, to be shared between scaffolder and scaffolder-backend plugin",

@@ -5,0 +5,0 @@ "backstage": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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