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

@graphql-inspector/logger

Package Overview
Dependencies
Maintainers
3
Versions
273
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-inspector/logger - npm Package Compare versions

Comparing version 3.4.0 to 3.4.1-alpha-20230111095532-bd016dc8

4

index.d.ts
import chalk from 'chalk';
import figures from 'figures';
import symbols from 'log-symbols';
import figures from 'figures';
export { chalk, symbols, figures };
export { chalk, figures, symbols };
export declare function bolderize(msg: string): string;

@@ -6,0 +6,0 @@ export interface Logger {

@@ -7,10 +7,10 @@ 'use strict';

const env = _interopDefault(require('std-env'));
const chalk = _interopDefault(require('chalk'));
const figures = _interopDefault(require('figures'));
const logSymbols = _interopDefault(require('log-symbols'));
const figures = _interopDefault(require('figures'));
const env = _interopDefault(require('std-env'));
function bolderize(msg) {
const findSingleQuotes = /\'([^']+)\'/gim;
const findDoubleQuotes = /\"([^"]+)\"/gim;
const findSingleQuotes = /'([^']+)'/gim;
const findDoubleQuotes = /"([^"]+)"/gim;
return msg

@@ -82,4 +82,4 @@ .replace(findSingleQuotes, (_, value) => chalk.bold(value))

exports.chalk = chalk;
exports.figures = figures;
exports.symbols = logSymbols;
exports.figures = figures;
exports.Logger = Logger;

@@ -86,0 +86,0 @@ exports.bolderize = bolderize;

{
"name": "@graphql-inspector/logger",
"version": "3.4.0",
"version": "3.4.1-alpha-20230111095532-bd016dc8",
"description": "Logger for GraphQL Inspector",

@@ -5,0 +5,0 @@ "sideEffects": false,

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