Socket
Socket
Sign inDemoInstall

figures

Package Overview
Dependencies
2
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.1 to 5.0.0

2

index.js

@@ -219,3 +219,3 @@ import process from 'node:process';

warning: '⚠',
cross: '✖',
cross: '✘',
squareSmall: '◻',

@@ -222,0 +222,0 @@ squareSmallFilled: '◼',

{
"name": "figures",
"version": "4.0.1",
"version": "5.0.0",
"description": "Unicode symbols with fallbacks for older terminals",

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

"engines": {
"node": ">=12"
"node": ">=14"
},

@@ -43,7 +43,6 @@ "scripts": {

"devDependencies": {
"ava": "^4.1.0",
"tsd": "^0.19.1",
"typescript": "^4.6.3",
"xo": "^0.48.0"
"ava": "^4.3.1",
"tsd": "^0.22.0",
"xo": "^0.51.0"
}
}

@@ -13,5 +13,5 @@ # figures

```sh
npm install figures
```
$ npm install figures
```

@@ -66,3 +66,2 @@ ## Usage

## Figures

@@ -77,3 +76,3 @@

| warning | `⚠` | `‼` |
| cross | `✖` | `×` |
| cross | `✘` | `×` |
| square | `█` | |

@@ -80,0 +79,0 @@ | squareSmall | `◻` | `□` |

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc