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.4.0 to 1.5.0

2

index.js

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

squareSmallFilled: '◼',
play: '▶',
circle: '◯',

@@ -52,2 +53,3 @@ circleFilled: '◉',

squareSmallFilled: '[█]',
play: '►',
circle: '( )',

@@ -54,0 +56,0 @@ circleFilled: '(*)',

9

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

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

"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
"url": "sindresorhus.com"
},

@@ -17,3 +17,3 @@ "engines": {

"scripts": {
"test": "node test.js"
"test": "xo && ava"
},

@@ -37,4 +37,5 @@ "files": [

"devDependencies": {
"ava": "0.0.4"
"ava": "*",
"xo": "*"
}
}

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

```js
var figures = require('figures');
const figures = require('figures');

@@ -27,0 +27,0 @@ console.log(figures.tick);

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