Socket
Socket
Sign inDemoInstall

browserslist

Package Overview
Dependencies
2
Maintainers
1
Versions
189
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.5 to 1.7.6

6

CHANGELOG.md

@@ -0,1 +1,7 @@

# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 1.7.6
* Fix Android Chrome selection.
## 1.7.5

@@ -2,0 +8,0 @@ * Fix combining `not` query with country based statistics.

4

index.js

@@ -253,4 +253,6 @@ var path = require('path');

return version;
} else {
} else if ( browserslist.versionAliases[data.name][version] ) {
return browserslist.versionAliases[data.name][version];
} else if ( data.versions.length === 1 ) {
return data.versions[0];
}

@@ -257,0 +259,0 @@ };

{
"name": "browserslist",
"version": "1.7.5",
"version": "1.7.6",
"description": "Share browsers list between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset",

@@ -13,10 +13,10 @@ "keywords": [

"dependencies": {
"caniuse-db": "^1.0.30000624",
"electron-to-chromium": "^1.2.3"
"caniuse-db": "^1.0.30000631",
"electron-to-chromium": "^1.2.5"
},
"bin": "./cli.js",
"devDependencies": {
"eslint": "^3.16.0",
"eslint": "^3.16.1",
"eslint-config-postcss": "^2.0.2",
"jest": "^19.0.1",
"jest": "^19.0.2",
"lint-staged": "^3.3.1",

@@ -23,0 +23,0 @@ "pre-commit": "^1.1.3",

@@ -65,3 +65,3 @@ # Browserslist

We recommends to write queries in `browserslist` config or `package.json`.
We recommend to write queries in `browserslist` config or `package.json`.

@@ -68,0 +68,0 @@ You can specify the versions by queries (case insensitive):

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