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

@redocly/cli

Package Overview
Dependencies
Maintainers
7
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redocly/cli - npm Package Compare versions

Comparing version 1.0.0-beta.101 to 1.0.0-beta.102

6

lib/commands/join.js

@@ -15,3 +15,2 @@ "use strict";

const colorette_1 = require("colorette");
const outdent_1 = require("outdent");
const perf_hooks_1 = require("perf_hooks");

@@ -377,6 +376,3 @@ const isEqual = require('lodash.isequal');

function prefixTagSuggestion(conflictsLength) {
process.stderr.write(colorette_1.green(outdent_1.outdent `\n
${conflictsLength} conflict(s) on tags.
Suggestion: please use ${colorette_1.blue('prefix-tags-with-filename')}, ${colorette_1.blue('prefix-tags-with-info-prop')} or ${colorette_1.blue('without-x-tag-groups')} to prevent naming conflicts.\n\n
`));
process.stderr.write(colorette_1.green(`\n${conflictsLength} conflict(s) on tags.\nSuggestion: please use ${colorette_1.blue('prefix-tags-with-filename')}, ${colorette_1.blue('prefix-tags-with-info-prop')} or ${colorette_1.blue('without-x-tag-groups')} to prevent naming conflicts.\n\n`));
}

@@ -383,0 +379,0 @@ function showConflicts(key, conflicts) {

4

package.json
{
"name": "@redocly/cli",
"version": "1.0.0-beta.101",
"version": "1.0.0-beta.102",
"description": "",

@@ -38,3 +38,3 @@ "license": "MIT",

"dependencies": {
"@redocly/openapi-core": "1.0.0-beta.101",
"@redocly/openapi-core": "1.0.0-beta.102",
"assert-node-version": "^1.0.3",

@@ -41,0 +41,0 @@ "chokidar": "^3.5.1",

import * as path from 'path';
import { red, blue, yellow, green } from 'colorette';
import { outdent } from 'outdent';
import { performance } from 'perf_hooks';

@@ -486,9 +485,8 @@ const isEqual = require('lodash.isequal');

green(
outdent`\n
${conflictsLength} conflict(s) on tags.
Suggestion: please use ${blue('prefix-tags-with-filename')}, ${blue(
'prefix-tags-with-info-prop',
)} or ${blue('without-x-tag-groups')} to prevent naming conflicts.\n\n
`,
),
`\n${conflictsLength} conflict(s) on tags.\nSuggestion: please use ${blue(
'prefix-tags-with-filename'
)}, ${blue('prefix-tags-with-info-prop')} or ${blue(
'without-x-tag-groups'
)} to prevent naming conflicts.\n\n`
)
);

@@ -495,0 +493,0 @@ }

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