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
327
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.1-alpha.6 to 0.1.1-alpha.7

12

package.json
{
"name": "@backstage/config",
"description": "Config API used by Backstage core, backend, and CLI",
"version": "0.1.1-alpha.6",
"version": "0.1.1-alpha.7",
"private": false,
"publishConfig": {
"access": "public"
"access": "public",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts"
},

@@ -19,3 +22,3 @@ "homepage": "https://backstage.io",

"license": "Apache-2.0",
"main": "src/index.ts",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",

@@ -37,3 +40,4 @@ "scripts": {

],
"gitHead": "f0ba4fb892511bc4d9d110a22ee63cfdf49f1c06"
"gitHead": "e61d09d545e4f4fa68cc204c9db0e0fd4eac84c3",
"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