Socket
Socket
Sign inDemoInstall

cli-width

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.1.1

CHANGELOG.md

12

package.json
{
"name": "cli-width",
"version": "2.1.0",
"version": "2.1.1",
"description": "Get stdout window width, with two fallbacks, tty and then a default.",

@@ -10,3 +10,4 @@ "main": "index.js",

"coveralls": "npm run coverage -s && coveralls < coverage/lcov.info",
"postcoveralls": "rimraf ./coverage"
"postcoveralls": "rimraf ./coverage",
"release": "standard-version"
},

@@ -24,8 +25,9 @@ "repository": {

"devDependencies": {
"tap-spec": "^4.1.0",
"tape": "^3.4.0",
"coveralls": "^2.11.4",
"isparta": "^3.0.4",
"rimraf": "^2.4.3"
"rimraf": "^2.4.3",
"standard-version": "^4.2.0",
"tap-spec": "^4.1.0",
"tape": "^3.4.0"
}
}

@@ -17,3 +17,3 @@ cli-width

```js
'use stict';
'use strict';

@@ -20,0 +20,0 @@ var cliWidth = require('cli-width');

Sorry, the diff of this file is not supported yet

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