New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@backstage/repo-tools

Package Overview
Dependencies
Maintainers
4
Versions
799
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backstage/repo-tools - npm Package Compare versions

Comparing version 0.0.0-nightly-20221129023337 to 0.0.0-nightly-20221130023322

dist/cjs/api-reports-b4f0424b.cjs.js

23

CHANGELOG.md
# @backstage/repo-tools
## 0.0.0-nightly-20221129023337
## 0.0.0-nightly-20221130023322

@@ -8,3 +8,7 @@ ### Minor Changes

- 99713fd671: Introducing repo-tools package
- 03843259b4: Api reference documentation improvements
- breadcrumbs links semantics as code spans
- new `@config` annotation to describe related config keys
### Patch Changes

@@ -14,4 +18,19 @@

- Updated dependencies
- @backstage/errors@0.0.0-nightly-20221129023337
- @backstage/errors@0.0.0-nightly-20221130023322
## 0.1.0-next.1
### Minor Changes
- 03843259b4: Api reference documentation improvements
- breadcrumbs links semantics as code spans
- new `@config` annotation to describe related config keys
### Patch Changes
- 71f80eb354: add the command type-deps to the repo tool package.
- Updated dependencies
- @backstage/errors@1.1.4-next.1
## 0.1.0-next.0

@@ -18,0 +37,0 @@

2

dist/index.cjs.js

@@ -42,3 +42,3 @@ 'use strict';

program.command("api-reports [path...]").option("--ci", "CI run checks that there is no changes on API reports").option("--tsc", "executes the tsc compilation before extracting the APIs").option("--docs", "generates the api documentation").description("Generate an API report for selected packages").action(
lazy(() => Promise.resolve().then(function () { return require('./cjs/api-reports-3c013a5f.cjs.js'); }).then((m) => m.default))
lazy(() => Promise.resolve().then(function () { return require('./cjs/api-reports-b4f0424b.cjs.js'); }).then((m) => m.default))
);

@@ -45,0 +45,0 @@ program.command("type-deps").description("Find inconsistencies in types of all packages and plugins").action(lazy(() => Promise.resolve().then(function () { return require('./cjs/type-deps-fba15630.cjs.js'); }).then((m) => m.default)));

{
"name": "@backstage/repo-tools",
"description": "CLI for Backstage repo tooling ",
"version": "0.0.0-nightly-20221129023337",
"version": "0.0.0-nightly-20221130023322",
"publishConfig": {

@@ -33,3 +33,3 @@ "access": "public"

"dependencies": {
"@backstage/errors": "^0.0.0-nightly-20221129023337",
"@backstage/errors": "^0.0.0-nightly-20221130023322",
"@manypkg/get-packages": "^1.1.3",

@@ -36,0 +36,0 @@ "@microsoft/api-documenter": "^7.17.11",

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