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.1.3 to 0.1.4

6

CHANGELOG.md
# @backstage/cli-common
## 0.1.4
### Patch Changes
- ca0559444c: Avoid usage of `.to*Case()`, preferring `.toLocale*Case('en-US')` instead.
## 0.1.3

@@ -4,0 +10,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 = () => {

{
"name": "@backstage/cli-common",
"description": "Common functionality used by cli, backend, and create-app",
"version": "0.1.3",
"version": "0.1.4",
"private": false,

@@ -38,3 +38,3 @@ "main": "dist/index.cjs.js",

],
"gitHead": "a1ef801ab9bc07d6c51eac247a6c67301299a36f"
"gitHead": "16279cb3284369941e2eaf8b8968da207232cd6d"
}

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