Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

full-width-of-terminal

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

full-width-of-terminal - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.appveyor.yml

11

package.json
{
"name": "full-width-of-terminal",
"version": "0.0.2",
"version": "0.0.3",
"description": "The string is displayed on the full width of the terminal.",
"main": "build/index.js",
"repository": "git@github.com:abetomo/full-width-of-terminal.git",
"keywords": [
"terminal",
"width",
"full",
"max",
"string"
],
"author": "abetomo <abe@enzou.tokyo>",

@@ -22,3 +29,3 @@ "license": "GPL-3.0",

"prepublish": "yarn run build",
"typecheck": "flow check",
"typecheck": "node -e \"process.exit(process.platform != 'win32')\" || flow check",
"test": "yarn run typecheck && yarn run lint && yarn run build && jest"

@@ -25,0 +32,0 @@ },

# full-width-of-terminal
[![npm version](https://badge.fury.io/js/full-width-of-terminal.svg)](https://badge.fury.io/js/full-width-of-terminal)
[![Build Status](https://travis-ci.org/abetomo/full-width-of-terminal.svg?branch=master)](https://travis-ci.org/abetomo/full-width-of-terminal)
[![Build status](https://ci.appveyor.com/api/projects/status/8x51mi482ioju39x/branch/master?svg=true)](https://ci.appveyor.com/project/abetomo/full-width-of-terminal/branch/master)
The string is displayed on the full width of the terminal.

@@ -3,0 +8,0 @@

build/__mocks__/columns.js

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