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

autoprefixer-stylus

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autoprefixer-stylus - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.travis.yml

6

index.js

@@ -7,5 +7,5 @@ var autoprefixer = require('autoprefixer');

return function(style){
style.on('end', function(css, cb){
if (args) return cb(null, autoprefixer.apply(this, args).compile(css));
cb(null, autoprefixer.compile(css));
this.on('end', function(err, css){
if (args) return autoprefixer.apply(this, args).compile(css);
autoprefixer.compile(css);
});

@@ -12,0 +12,0 @@ }

{
"name": "autoprefixer-stylus",
"description": "autoprefixer for stylus",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",

@@ -13,3 +13,4 @@ "repository": {

"should": "*",
"stylus": "*"
"stylus": "*",
"coffee-script": "*"
},

@@ -16,0 +17,0 @@ "author": "Jeff Escalante",

@@ -6,5 +6,8 @@ Autoprefixer Stylus

[![tests](https://travis-ci.org/jenius/autoprefixer-stylus.png?branch=master)](https://travis-ci.org/jenius/autoprefixer-stylus)
[![npm](https://badge.fury.io/js/autoprefixer-stylus.png)](http://badge.fury.io/js/autoprefixer-stylus)
### Installation
Just run `npm install autoprefixer-stylus --save` in your project's directory.
You can install through npm as such: `npm install autoprefixer-stylus`

@@ -11,0 +14,0 @@ ### Usage

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