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.6 to 1.7.7

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 1.7.7
* Update Firefox ESR.
## 1.7.6

@@ -5,0 +8,0 @@ * Fix Android Chrome selection.

2

index.js

@@ -567,3 +567,3 @@ var path = require('path');

select: function () {
return ['firefox 45'];
return ['firefox 52'];
}

@@ -570,0 +570,0 @@ },

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

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

"dependencies": {
"caniuse-db": "^1.0.30000631",
"electron-to-chromium": "^1.2.5"
"caniuse-db": "^1.0.30000639",
"electron-to-chromium": "^1.2.7"
},
"bin": "./cli.js",
"devDependencies": {
"eslint": "^3.16.1",
"eslint": "^3.18.0",
"eslint-config-postcss": "^2.0.2",
"jest": "^19.0.2",
"lint-staged": "^3.3.1",
"lint-staged": "^3.4.0",
"pre-commit": "^1.1.3",
"yaspeller": "^3.0.0"
"yaspeller-ci": "^0.3.0"
},

@@ -46,6 +46,6 @@ "eslintConfig": {

"lint-staged": "lint-staged",
"test": "jest --coverage && eslint *.js test/*.js && yaspeller *.md"
"test": "jest --coverage && eslint *.js test/*.js && yaspeller-ci *.md"
},
"lint-staged": {
"*.md": "yaspeller",
"*.md": "yaspeller-ci",
"*.js": "eslint"

@@ -52,0 +52,0 @@ },

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