Socket
Socket
Sign inDemoInstall

figures

Package Overview
Dependencies
0
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.5 to 1.4.0

license

8

index.js

@@ -24,2 +24,3 @@ 'use strict';

pointer: '❯',
pointerSmall: '›',
info: 'ℹ',

@@ -41,3 +42,3 @@ warning: '⚠',

checkboxCircleOff: 'Ⓘ',
questionMarkPrefix: '?⃝',
questionMarkPrefix: '?⃝'
};

@@ -65,2 +66,3 @@

pointer: '>',
pointerSmall: '»',
info: 'i',

@@ -86,6 +88,6 @@ warning: '‼',

if (platform === 'linux') {
// the main one doesn't look that good on Ubuntu
main.questionMarkPrefix = '?';
// the main one doesn't look that good on Ubuntu
main.questionMarkPrefix = '?';
}
module.exports = platform === 'win32' ? win : main;
{
"name": "figures",
"version": "1.3.5",
"version": "1.4.0",
"description": "Unicode symbols with Windows CMD fallbacks",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -14,3 +14,3 @@ # figures [![Build Status](https://travis-ci.org/sindresorhus/figures.svg?branch=master)](https://travis-ci.org/sindresorhus/figures)

```sh
```
$ npm install --save figures

@@ -17,0 +17,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc