New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More β†’
Socket
Sign inDemoInstall
Socket

caniuse-cmd

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

caniuse-cmd - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

.npmignore

2

package.json
{
"name": "caniuse-cmd",
"version": "1.1.1",
"version": "1.2.0",
"description": "caniuse for the command line",

@@ -5,0 +5,0 @@ "scripts": {

@@ -72,24 +72,52 @@ caniuse-cmd

Options:
--short Short output: show browsers on one line and don't display
notes or description (default when displaying multiple
results)
--long Long output: show more information (default when
displaying a single result)
--oneline One-line output: just global percentages, no per-browser
info [default: false]
--oneline-browser One-line output with browser info, implies --abbrev and
--current [default: false]
--abbrev Abbreviate browser names [default: false]
--percentages Include browser version usage percentages [default: false]
--future Include future browser versions [default: false]
--current Don't include old browser versions, equivalent to --era e0
[default: false]
--era How many versions back to go, e0 to e-37
--mobile Include mobile browsers [default: false]
--desktop Include desktop browsers [default: true]
--browser Show results for these browsers, comma-separated
(ie,firefox,chrome,safari,opera,ios_saf,op_mini,android,op_mob,bb,and_chr,and_ff,ie_mob,and_uc)
Options:
--short, -s Short output: show browsers on one line and don't
display notes or description (default when displaying
multiple results) [boolean]
--long, -l Long output: show more information (default when
displaying a single result) [boolean]
--oneline, -1 One-line output: just global percentages, no per-
browser info [boolean] [default: false]
--oneline-browser, -2 One-line output with browser info, implies --abbrev and
--current [boolean] [default: false]
--abbrev, -a Abbreviate browser names [boolean] [default: false]
--percentages, -p Include browser version usage percentages
[boolean] [default: false]
--future, -f Include future browser versions
[boolean] [default: false]
--current, -c Don't include old browser versions, equivalent to --era
e0 [boolean] [default: false]
--era, -e How many versions back to go, e0 to e-40 [string]
--mobile, -m Include mobile browsers [boolean] [default: false]
--desktop, -d Include desktop browsers [boolean] [default: true]
--browser, -b Show results for these browsers, comma-separated (ie,
edge,firefox,chrome,safari,opera,ios_saf,op_mini,
android,bb,op_mob,and_chr,and_ff,ie_mob,and_uc)
[string]
--web, -w Go to the search page on caniuse.com
[boolean] [default: false]
--config, -C Path to JSON config file
[string] [default: "/Users/user/.caniuse.json"]
--ascii, -A UTF-8 symbols replacement with ASCII description
[boolean] [default: false]
--help Show help [boolean]
--web Go to the search page on caniuse.com [default: false]
--help Show help
```
Woah, that's a lot of options! Can haz config file?
---------------------------------------------------
Yes! You can specify your own defaults by creating a file called `.caniuse.json`
and putting it in your home directory.
For example, if you're primarily interested in mobile browsers two versions back:
```
{
"era": "e-2",
"mobile": true,
"desktop": false
}
```

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