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

window-size

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

window-size - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

37

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.3",
"version": "0.1.4",
"homepage": "https://github.com/jonschlinkert/window-size",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"scripts": {
"pretest": "semistandard",
"test": "tap --coverage test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jonschlinkert/window-size.git"
},
"bin": "cli.js",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/window-size",
"bugs": {

@@ -31,2 +20,11 @@ "url": "https://github.com/jonschlinkert/window-size/issues"

},
"scripts": {
"pretest": "semistandard",
"test": "tap --coverage test.js"
},
"bin": "cli.js",
"devDependencies": {
"semistandard": "^7.0.2",
"tap": "^2.2.1"
},
"keywords": [

@@ -42,6 +40,11 @@ "console",

],
"devDependencies": {
"semistandard": "^7.0.2",
"tap": "^2.2.1"
"verb": {
"related": {
"list": [
"yargs",
"lint-deps",
"base-cli"
]
}
}
}

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