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

@emigrate/cli

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emigrate/cli - npm Package Compare versions

Comparing version 0.11.0 to 0.11.1

4

dist/reporters/default.js

@@ -14,3 +14,3 @@ import { black, blueBright, bold, cyan, dim, faint, gray, green, red, redBright, yellow } from 'ansis';

const getTitle = ({ command, version, dry, cwd }) => {
return `${black.bgBlueBright(' Emigrate ').trim()} ${blueBright.bold(command)} ${blueBright(`v${version}`)} ${gray(cwd)}${dry ? yellow ` (dry run)` : ''}`;
return `${black.bgBlueBright ` Emigrate `.trim()} ${blueBright.bold(command)} ${blueBright `v${version}`} ${gray(cwd)}${dry ? yellow ` (dry run)` : ''}`;
};

@@ -68,3 +68,3 @@ const getMigrationStatus = (migration, activeMigration) => {

if ('status' in migration) {
parts.push(gray(`(${migration.status})`));
parts.push(gray `(${migration.status})`);
}

@@ -71,0 +71,0 @@ else if (migration.name === activeMigration?.name) {

{
"name": "@emigrate/cli",
"version": "0.11.0",
"version": "0.11.1",
"publishConfig": {

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

"dependencies": {
"ansis": "2.0.2",
"ansis": "2.0.3",
"cosmiconfig": "8.3.6",

@@ -48,3 +48,3 @@ "elegant-spinner": "3.0.0",

"serialize-error": "11.0.3",
"@emigrate/plugin-tools": "0.9.0",
"@emigrate/plugin-tools": "0.9.1",
"@emigrate/types": "0.9.0"

@@ -51,0 +51,0 @@ },

Sorry, the diff of this file is not supported yet

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