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 3.0.0 to 3.0.1

3

ChangeLog.md

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

## 3.0.1
* Fix `autoprefixer.postcss` in callbacks.
## 3.0 “Liberté, Égalité, Fraternité”

@@ -2,0 +5,0 @@ * Project was split to autoprefixer (with CLI) and autoprefixer-core.

2

lib/autoprefixer.js

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

autoprefixer.postcss = function(css) {
return this.loadDefault().postcss(css);
return autoprefixer.loadDefault().postcss(css);
};

@@ -105,0 +105,0 @@

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

@@ -13,4 +13,4 @@ "keywords": ["autoprefixer", "css", "prefix", "postprocessor", "postcss"],

"dependencies": {
"caniuse-db": "^1.0.20140821",
"postcss": "~2.2.1"
"caniuse-db": "^1.0.20140826",
"postcss": "~2.2.3"
},

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

"gulp-jshint": "1.8.4",
"gulp-coffee": "2.1.1",
"gulp-coffee": "2.1.2",
"gulp-mocha": "1.0.0",

@@ -31,3 +31,3 @@ "browserify": "5.10.1",

"gulp": "3.8.7",
"coffee-script": "1.7.1"
"coffee-script": "1.8.0"
},

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

@@ -143,5 +143,5 @@ # Autoprefixer Core [![Build Status](https://travis-ci.org/postcss/autoprefixer-core.png)](https://travis-ci.org/postcss/autoprefixer-core)

var processors = [
require('autoprefixer')('last 1 version').postcss,
require('css-mqpacker').processor,
require('csswring').postcss
require('autoprefixer')('last 1 version'),
require('css-mqpacker'),
require('csswring')
];

@@ -148,0 +148,0 @@ return gulp.src('./src/style.css')

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