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

@backstage/cli-common

Package Overview
Dependencies
Maintainers
3
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backstage/cli-common - npm Package Compare versions

Comparing version 0.0.0-nightly-20230314021848 to 0.0.0-nightly-20230921021021

8

CHANGELOG.md
# @backstage/cli-common
## 0.0.0-nightly-20230314021848
## 0.0.0-nightly-20230921021021
### Patch Changes
- de42eebaafc5: Bumped dev dependencies `@types/node` and `mock-fs`.
## 0.1.12
### Patch Changes
- 482dae5de1c: Updated link to docs.

@@ -8,0 +14,0 @@

4

dist/index.d.ts

@@ -7,3 +7,3 @@ /**

*/
declare type ResolveFunc = (...paths: string[]) => string;
type ResolveFunc = (...paths: string[]) => string;
/**

@@ -15,3 +15,3 @@ * Common paths and resolve functions used by the cli.

*/
declare type Paths = {
type Paths = {
ownDir: string;

@@ -18,0 +18,0 @@ ownRoot: string;

{
"name": "@backstage/cli-common",
"description": "Common functionality used by cli, backend, and create-app",
"version": "0.0.0-nightly-20230314021848",
"version": "0.0.0-nightly-20230921021021",
"main": "dist/index.cjs.js",

@@ -35,4 +35,4 @@ "types": "dist/index.d.ts",

"devDependencies": {
"@backstage/cli": "^0.0.0-nightly-20230314021848",
"@types/node": "^16.0.0"
"@backstage/cli": "^0.0.0-nightly-20230921021021",
"@types/node": "^18.17.8"
},

@@ -39,0 +39,0 @@ "files": [

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