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

autoprefixer-core

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autoprefixer-core - npm Package Compare versions

Comparing version 5.1.2 to 5.1.3

lib/hacks/image-rendering.js

3

ChangeLog.md

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

# 5.1.3
* Add IE support for `image-rendering: crisp-edges`.
# 5.1.2

@@ -2,0 +5,0 @@ * Add never existed `@-ms-keyframes` to common mistake.

(function() {
var add, feature, flexbox, gradients, logicalProps, prefix, resolution, result, sort, textDecoration,
var add, crispedges, feature, flexbox, gradients, logicalProps, prefix, resolution, result, sort, textDecoration,
__slice = [].slice;

@@ -392,3 +392,7 @@

feature(require('caniuse-db/features-json/css-crisp-edges'), function(browsers) {
crispedges = require('caniuse-db/features-json/css-crisp-edges');
feature(crispedges, {
match: /y x/
}, function(browsers) {
return prefix('crisp-edges', {

@@ -400,2 +404,10 @@ props: ['image-rendering'],

feature(crispedges, {
match: /a x/
}, function(browsers) {
return prefix('image-rendering', {
browsers: browsers
});
});
logicalProps = require('caniuse-db/features-json/css-logical-props');

@@ -402,0 +414,0 @@

@@ -64,2 +64,4 @@ (function() {

Declaration.hack(require('./hacks/image-rendering'));
Declaration.hack(require('./hacks/justify-content'));

@@ -66,0 +68,0 @@

4

package.json
{
"name": "autoprefixer-core",
"version": "5.1.2",
"version": "5.1.3",
"description": "CLI-less core of Autoprefixer to use in plugins",

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

"num2fraction": "~1.0.1",
"caniuse-db": "^1.0.30000062",
"caniuse-db": "^1.0.30000064",
"postcss": "~4.0.3"

@@ -24,0 +24,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