Socket
Socket
Sign inDemoInstall

window-size

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

cli.js

8

package.json
{
"name": "window-size",
"description": "Reliable way to to get the height and width of the terminal/console in a node.js environment.",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "https://github.com/jonschlinkert/window-size",

@@ -14,2 +14,3 @@ "author": {

},
"bin": "cli.js",
"bugs": {

@@ -20,3 +21,4 @@ "url": "https://github.com/jonschlinkert/window-size/issues"

"files": [
"index.js"
"index.js",
"cli.js"
],

@@ -37,2 +39,2 @@ "main": "index.js",

]
}
}

@@ -21,2 +21,10 @@ # window-size [![NPM version](https://badge.fury.io/js/window-size.svg)](http://badge.fury.io/js/window-size)

## CLI
```shell
$ window-size
height: 40
width : 145
```
## Other projects

@@ -23,0 +31,0 @@

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