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.5 to 6.7.6

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 6.7.6
* Fix `font-kerning` (by Chi Vinh Le).
## 6.7.5

@@ -5,0 +8,0 @@ * Fix `text-decoration-skip` in iOS (by Chi Vinh Le).

@@ -299,3 +299,3 @@ (function() {

feature(require('caniuse-db/features-json/font-feature.json'), function(browsers) {
return prefix('font-feature-settings', 'font-variant-ligatures', 'font-language-override', 'font-kerning', {
return prefix('font-feature-settings', 'font-variant-ligatures', 'font-language-override', {
browsers: browsers,

@@ -306,2 +306,9 @@ feature: 'font-feature'

feature(require('caniuse-db/features-json/font-kerning.json'), function(browsers) {
return prefix('font-kerning', {
browsers: browsers,
feature: 'font-kerning'
});
});
feature(require('caniuse-db/features-json/border-image.json'), function(browsers) {

@@ -308,0 +315,0 @@ return prefix('border-image', {

4

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

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

"browserslist": "^1.7.5",
"caniuse-db": "^1.0.30000624",
"caniuse-db": "^1.0.30000628",
"normalize-range": "^0.1.2",

@@ -20,0 +20,0 @@ "num2fraction": "^1.2.2",

Sorry, the diff of this file is not supported yet

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