Socket
Socket
Sign inDemoInstall

autoprefixer

Package Overview
Dependencies
13
Maintainers
4
Versions
243
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.8.3 to 9.8.4

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 9.8.4
* Replace color output library.
## 9.8.3

@@ -5,0 +8,0 @@ * Return old non-LTS Node.js versions to avoid breaking changes.

10

lib/autoprefixer.js

@@ -5,2 +5,4 @@ "use strict";

var colorette = require('colorette');
var postcss = require('postcss');

@@ -10,4 +12,2 @@

var kleur = require('kleur/colors');
var Browsers = require('./browsers');

@@ -80,5 +80,5 @@

if (typeof console !== 'undefined' && console.warn) {
if (kleur.red) {
console.warn(kleur.red(WARNING.replace(/`[^`]+`/g, function (i) {
return kleur.yellow(i.slice(1, -1));
if (colorette.red) {
console.warn(colorette.red(WARNING.replace(/`[^`]+`/g, function (i) {
return colorette.yellow(i.slice(1, -1));
})));

@@ -85,0 +85,0 @@ } else {

{
"name": "autoprefixer",
"version": "9.8.3",
"version": "9.8.4",
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",

@@ -14,9 +14,6 @@ "keywords": ["autoprefixer", "css", "prefix", "postcss", "postcss-plugin"],

"repository": "postcss/autoprefixer",
"engines": {
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
},
"dependencies": {
"browserslist": "^4.12.0",
"caniuse-lite": "^1.0.30001087",
"kleur": "^4.0.1",
"colorette": "^1.2.0",
"normalize-range": "^0.1.2",

@@ -29,2 +26,3 @@ "num2fraction": "^1.2.2",

"browser": {
"colorette": false,
"chalk": false

@@ -31,0 +29,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc