Socket
Socket
Sign inDemoInstall

figures

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

figures - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

1

index.d.ts

@@ -50,2 +50,3 @@ declare const figures: {

readonly heart: string;
readonly nodejs: string;
readonly arrowUp: string;

@@ -52,0 +53,0 @@ readonly arrowDown: string;

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

heart: '♥',
nodejs: '⬢',
arrowUp: '↑',

@@ -94,2 +95,3 @@ arrowDown: '↓',

heart: main.heart,
nodejs: '♦',
arrowUp: main.arrowUp,

@@ -96,0 +98,0 @@ arrowDown: main.arrowDown,

2

package.json
{
"name": "figures",
"version": "3.0.0",
"version": "3.1.0",
"description": "Unicode symbols with Windows CMD fallbacks",

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

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

| heart | ♥ | ♥ |
| nodejs | ⬢ | ♦ |
| arrowUp | ↑ | ↑ |

@@ -119,4 +120,12 @@ | arrowDown | ↓ | ↓ |

## License
---
MIT © [Sindre Sorhus](https://sindresorhus.com)
<div align="center">
<b>
<a href="https://tidelift.com/subscription/pkg/npm-figures?utm_source=npm-figures&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a>
</b>
<br>
<sub>
Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
</sub>
</div>
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