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

@backstage/config

Package Overview
Dependencies
Maintainers
4
Versions
330
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backstage/config - npm Package Compare versions

Comparing version 0.1.13 to 0.1.14

8

CHANGELOG.md
# @backstage/config
## 0.1.14
### Patch Changes
- c77c5c7eb6: Added `backstage.role` to `package.json`
- Updated dependencies
- @backstage/types@0.1.2
## 0.1.13

@@ -4,0 +12,0 @@

23

package.json
{
"name": "@backstage/config",
"description": "Config API used by Backstage core, backend, and CLI",
"version": "0.1.13",
"version": "0.1.14",
"private": false,

@@ -12,2 +12,5 @@ "publishConfig": {

},
"backstage": {
"role": "common-library"
},
"homepage": "https://backstage.io",

@@ -26,15 +29,15 @@ "repository": {

"scripts": {
"build": "backstage-cli build",
"lint": "backstage-cli lint",
"test": "backstage-cli test",
"prepack": "backstage-cli prepack",
"postpack": "backstage-cli postpack",
"clean": "backstage-cli clean"
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
"test": "backstage-cli package test",
"prepack": "backstage-cli package prepack",
"postpack": "backstage-cli package postpack",
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/types": "^0.1.1",
"@backstage/types": "^0.1.2",
"lodash": "^4.17.21"
},
"devDependencies": {
"@backstage/test-utils": "^0.2.3",
"@backstage/test-utils": "^0.2.5",
"@types/jest": "^26.0.7",

@@ -46,4 +49,4 @@ "@types/node": "^14.14.32"

],
"gitHead": "600d6e3c854bbfb12a0078ca6f726d1c0d1fea0b",
"gitHead": "4805c3d13ce9bfc369e53c271b1b95e722b3b4dc",
"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