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
4
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.0.1 to 1.1.0-next.0

11

CHANGELOG.md
# @backstage/plugin-scaffolder-common
## 1.1.0-next.0
### Minor Changes
- f8baf7df44: Added the ability to reference the user in the `template.yaml` manifest
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.0.2-next.0
## 1.0.1

@@ -4,0 +15,0 @@

15

dist/index.d.ts

@@ -0,3 +1,3 @@

import { UserEntity, Entity, KindValidator } from '@backstage/catalog-model';
import { JsonObject, JsonValue } from '@backstage/types';
import { Entity, KindValidator } from '@backstage/catalog-model';

@@ -79,2 +79,15 @@ /**

templateInfo?: TemplateInfo;
/**
* Some decoration of the author of the task that should be available in the context
*/
user?: {
/**
* The decorated entity from the Catalog
*/
entity?: UserEntity;
/**
* An entity ref for the author of the task
*/
ref?: string;
};
}

@@ -81,0 +94,0 @@ /**

8

package.json
{
"name": "@backstage/plugin-scaffolder-common",
"description": "Common functionalities for the scaffolder, to be shared between scaffolder and scaffolder-backend plugin",
"version": "1.0.1",
"version": "1.1.0-next.0",
"main": "dist/index.cjs.js",

@@ -42,10 +42,10 @@ "types": "dist/index.d.ts",

"dependencies": {
"@backstage/catalog-model": "^1.0.1",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/types": "^1.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0"
"@backstage/cli": "^0.17.1-next.2"
},
"gitHead": "e0e44c433319711c2fb8b175db411a621f7aaec2",
"gitHead": "cfbf5762d7d91eee18999306b21d63840400ee29",
"module": "dist/index.esm.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