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

browserslist

Package Overview
Dependencies
Maintainers
2
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browserslist - npm Package Compare versions

Comparing version 4.10.0 to 4.11.0

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 4.11
* Add `npx browserslist --mobile-to-desktop` (by James Ross).
## 4.10

@@ -5,0 +8,0 @@ * Add `npx browserslist --update-db` (by Ivan Solovev).

@@ -21,2 +21,3 @@ #!/usr/bin/env node

' npx browserslist --stats="path/to/browserlist/stats/file"\n' +
' npx browserslist --mobile-to-desktop\n' +
' npx browserslist --update-db'

@@ -76,2 +77,4 @@

mode = 'json'
} else if (name === '--mobile-to-desktop') {
opts.mobileToDesktop = true
} else {

@@ -78,0 +81,0 @@ error('Unknown arguments ' + args[i] + '.\n\n' + USAGE)

4

package.json
{
"name": "browserslist",
"version": "4.10.0",
"version": "4.11.0",
"description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset",

@@ -19,3 +19,3 @@ "keywords": [

"caniuse-lite": "^1.0.30001035",
"electron-to-chromium": "^1.3.378",
"electron-to-chromium": "^1.3.380",
"node-releases": "^1.1.52",

@@ -22,0 +22,0 @@ "pkg-up": "^3.1.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