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

@backstage/cli-common

Package Overview
Dependencies
Maintainers
4
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-20218921925 to 0.0.0-nightly-202192722215

14

CHANGELOG.md
# @backstage/cli-common
## 0.0.0-nightly-20218921925
## 0.0.0-nightly-202192722215
### Patch Changes
- c2d50a0073: Add docs to the last export of cli-common
## 0.1.4
### Patch Changes
- ca0559444c: Avoid usage of `.to*Case()`, preferring `.toLocale*Case('en-US')` instead.
## 0.1.3
### Patch Changes
- d1da88a19: Properly export all used types.

@@ -8,0 +20,0 @@

2

dist/index.cjs.js

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

const ownDir = findOwnDir(searchDir);
const targetDir = fs__default['default'].realpathSync(process.cwd()).replace(/^[a-z]:/, (str) => str.toUpperCase());
const targetDir = fs__default['default'].realpathSync(process.cwd()).replace(/^[a-z]:/, (str) => str.toLocaleUpperCase("en-US"));
let ownRoot = "";

@@ -47,0 +47,0 @@ const getOwnRoot = () => {

@@ -1,2 +0,7 @@

/** @public */
/**
* A function that takes a set of path fragments and resolves them into a
* single complete path, relative to some root.
*
* @public
*/
declare type ResolveFunc = (...paths: string[]) => string;

@@ -3,0 +8,0 @@ /**

{
"name": "@backstage/cli-common",
"description": "Common functionality used by cli, backend, and create-app",
"version": "0.0.0-nightly-20218921925",
"version": "0.0.0-nightly-202192722215",
"private": false,

@@ -6,0 +6,0 @@ "main": "dist/index.cjs.js",

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