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.7.3 to 6.7.4

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 6.7.4
* Improve `browsers` option perfomance.
* Update CoffeeScript compiler.
## 6.7.3

@@ -2,0 +6,0 @@ * Fix compatibility with “Intrinsic & Extrinsic Sizing” spec update.

10

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

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

"dependencies": {
"browserslist": "^1.7.2",
"caniuse-db": "^1.0.30000623",
"browserslist": "^1.7.4",
"caniuse-db": "^1.0.30000624",
"normalize-range": "^0.1.2",
"num2fraction": "^1.2.2",
"postcss": "^5.2.13",
"postcss": "^5.2.14",
"postcss-value-parser": "^3.2.3"

@@ -37,3 +37,3 @@ },

"vinyl-source-stream": "^1.1.0",
"coffee-script": "^1.12.3"
"coffee-script": "^1.12.4"
},

@@ -40,0 +40,0 @@ "scripts": {

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