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.2 to 4.16.3

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 4.16.3
* Fixed `--update-db`.
## 4.16.2

@@ -5,0 +8,0 @@ * Fixed `--update-db` (by @ialarmedalien).

2

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

@@ -5,0 +5,0 @@ "keywords": [

@@ -235,3 +235,3 @@ var childProcess = require('child_process')

var install = (lock.mode === 'yarn' ? 'yarn add -W' : lock.mode) + ' install'
var install = lock.mode === 'yarn' ? 'yarn add -W' : lock.mode + ' install'
print(

@@ -255,3 +255,3 @@ 'Installing new caniuse-lite version\n' +

var del = (lock.mode === 'yarn' ? 'yarn remove -W' : lock.mode) + ' uninstall'
var del = lock.mode === 'yarn' ? 'yarn remove -W' : lock.mode + ' uninstall'
print(

@@ -258,0 +258,0 @@ 'Cleaning package.json dependencies from caniuse-lite\n' +

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