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.14.7 to 4.15.0

error.d.ts

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 4.15
* Add TypeScript types (by Dmitry Semigradsky).
## 4.14.7

@@ -5,0 +8,0 @@ * Fixed Yarn Workspaces support to `--update-db` (by Fausto Núñez Alberro).

9

package.json
{
"name": "browserslist",
"version": "4.14.7",
"version": "4.15.0",
"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.30001157",
"caniuse-lite": "^1.0.30001164",
"colorette": "^1.2.1",
"electron-to-chromium": "^1.3.591",
"electron-to-chromium": "^1.3.612",
"escalade": "^3.1.1",
"node-releases": "^1.1.66"
"node-releases": "^1.1.67"
},

@@ -31,2 +31,3 @@ "engines": {

},
"types": "./index.d.ts",
"browser": {

@@ -33,0 +34,0 @@ "./node.js": "./browser.js",

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

"not IE 11",
"not IE_Mob 11",
"maintained node versions"

@@ -37,3 +36,2 @@ ]

not IE 11
not IE_Mob 11
maintained node versions

@@ -50,4 +48,2 @@ ```

[Browserslist Example] shows how every tool uses Browserslist.
[cult-img]: https://cultofmartians.com/assets/badges/badge.svg

@@ -98,2 +94,4 @@ [cult]: https://cultofmartians.com/done.html

what browsers will be selected by some query.
* [`browserslist-vscode`] adds `.browserslistrc` syntax highlighting
to Visual Studio Code.
* [`browserslist-ga`] and [`browserslist-ga-export`] download your website

@@ -119,2 +117,3 @@ browsers statistics to use it in `> 0.5% in my stats` query.

[`browserslist-useragent`]: https://github.com/pastelsky/browserslist-useragent
[`browserslist-vscode`]: https://marketplace.visualstudio.com/items?itemName=webben.browserslist
[`browserslist-ga`]: https://github.com/browserslist/browserslist-ga

@@ -163,3 +162,3 @@ [`caniuse-api`]: https://github.com/Nyalab/caniuse-api

will return 2 year old browsers.
2. `caiuse-lite` deduplication: to synchronize version in different tools.
2. `caniuse-lite` deduplication: to synchronize version in different tools.

@@ -166,0 +165,0 @@ > What is deduplication?

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