Socket
Socket
Sign inDemoInstall

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 4.0.1 to 4.0.2

3

ChangeLog.md

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

## 4.0.2
* Remove `o-border-radius`, which is common mistake in legacy CSS.
## 4.0.1

@@ -2,0 +5,0 @@ * Fix `@supports` support with brackets in values (by Vincent De Oliveira).

2

data/prefixes.js

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

return prefix('border-radius', 'border-top-left-radius', 'border-top-right-radius', 'border-bottom-right-radius', 'border-bottom-left-radius', {
mistakes: ['-ms-'],
mistakes: ['-ms-', '-o-'],
browsers: browsers,

@@ -73,0 +73,0 @@ transition: true

@@ -75,11 +75,2 @@ (function() {

Browsers.prototype.requirements = {
none: {
regexp: /^none$/i,
select: function() {
if (typeof console !== "undefined" && console !== null) {
console.warn("autoprefixer(\'none\') is deprecated and will be " + 'removed in 3.1. ' + 'Use autoprefixer({ browsers: [] })');
}
return [];
}
},
lastVersions: {

@@ -86,0 +77,0 @@ regexp: /^last (\d+) versions?$/i,

{
"name": "autoprefixer-core",
"version": "4.0.1",
"version": "4.0.2",
"description": "CLI-less core of Autoprefixer to use in plugins",

@@ -19,4 +19,4 @@ "keywords": [

"dependencies": {
"caniuse-db": "^1.0.30000025",
"postcss": "~3.0.3"
"caniuse-db": "^1.0.30000030",
"postcss": "~3.0.6"
},

@@ -31,3 +31,3 @@ "devDependencies": {

"gulp-mocha": "2.0.0",
"browserify": "6.3.2",
"browserify": "7.0.0",
"fs-extra": "0.12.0",

@@ -34,0 +34,0 @@ "should": "4.3.0",

@@ -1,2 +0,2 @@

# Autoprefixer Core [![Build Status](https://travis-ci.org/postcss/autoprefixer-core.png)](https://travis-ci.org/postcss/autoprefixer-core)
# Autoprefixer Core [![Build Status](https://travis-ci.org/postcss/autoprefixer-core.svg)](https://travis-ci.org/postcss/autoprefixer-core)

@@ -3,0 +3,0 @@ <img align="right" width="94" height="71" src="http://postcss.github.io/autoprefixer/logo.svg" title="Autoprefixer logo by Anton Lovchikov">

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