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

get-res

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-res - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

cli.js

@@ -47,4 +47,4 @@ #!/usr/bin/env node

i = i + 1;
console.log(i + '. ' + res);
console.log(i + '. ' + res.item);
});
});
{
"name": "get-res",
"version": "0.2.0",
"version": "0.2.1",
"description": "Get ten most popular screen resolutions",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -18,3 +18,3 @@ # get-res [![Build Status](https://travis-ci.org/kevva/get-res.svg?branch=master)](https://travis-ci.org/kevva/get-res)

console.log(data);
// => ['1366x768','1024x768','1280x800','1920x1080','1440x900','768x1024', '1280x1024','1600x900','320x480','320x568']
// => [ { item: '1366x768', percent: '20.34%' }, { item: '1280x800', percent: '9.23%' }, ... ]
})

@@ -21,0 +21,0 @@ ```

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