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

autoprefixer

Package Overview
Dependencies
Maintainers
3
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autoprefixer - npm Package Compare versions

Comparing version 6.5.2 to 6.5.3

3

CHANGELOG.md

@@ -0,1 +1,4 @@

## 6.5.3
* Add error for popular mistake with `browser` option instead of `browsers`.
## 6.5.2

@@ -2,0 +5,0 @@ * Clean prefixes data (by Reinaldo Schiehll).

@@ -47,2 +47,5 @@ (function() {

options || (options = {});
if (options.browser) {
throw new Error('Change `browser` option to `browsers` in Autoprefixer');
}
if (options.browsers != null) {

@@ -49,0 +52,0 @@ reqs = options.browsers;

4

package.json
{
"name": "autoprefixer",
"version": "6.5.2",
"version": "6.5.3",
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",

@@ -20,3 +20,3 @@ "keywords": [

"browserslist": "~1.4.0",
"caniuse-db": "^1.0.30000576",
"caniuse-db": "^1.0.30000578",
"postcss": "^5.2.5"

@@ -23,0 +23,0 @@ },

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