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

browserslist

Package Overview
Dependencies
Maintainers
1
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.16.0 to 4.16.1

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 4.16.1
* Fixed Chrome 4 with `mobileToDesktop` (by Aron Woost).
## 4.16

@@ -5,0 +8,0 @@ * Add `browserslist config` query.

2

node.js

@@ -130,3 +130,3 @@ var feature = require('caniuse-lite/dist/unpacker/feature').default

) {
var normal = Object.keys(data[i].versions)[0]
var normal = data[i].versions[0]
normalized[i] = { }

@@ -133,0 +133,0 @@ normalized[i][normal] = stats[i][versions[0]]

{
"name": "browserslist",
"version": "4.16.0",
"version": "4.16.1",
"description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset",

@@ -18,7 +18,7 @@ "keywords": [

"dependencies": {
"caniuse-lite": "^1.0.30001165",
"caniuse-lite": "^1.0.30001173",
"colorette": "^1.2.1",
"electron-to-chromium": "^1.3.621",
"electron-to-chromium": "^1.3.634",
"escalade": "^3.1.1",
"node-releases": "^1.1.67"
"node-releases": "^1.1.69"
},

@@ -25,0 +25,0 @@ "engines": {

@@ -276,3 +276,3 @@ # Browserslist [![Cult Of Martians][cult-img]][cult]

* `browserslist config`: the browsers defined in Browserslist config. Useful
in the tools to modify user’s config like
in Differential Serving to modify user’s config like
`browserslist config and supports es6-module`.

@@ -406,4 +406,3 @@ * `since 2015` or `last 2 years`: all versions released since year 2015

If you don’t accept Browserslist queries from users, you can disable the
validation by using the or `BROWSERSLIST_DANGEROUS_EXTEND` environment variable
or `dangerousExtend` option.
validation by using the or `BROWSERSLIST_DANGEROUS_EXTEND` environment variable.

@@ -410,0 +409,0 @@ ```sh

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