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.6.0 to 0.7.0

5

index.js
var ap = require('autoprefixer-core'),
postcss = require('postcss'),
map = require('multi-stage-sourcemap'),

@@ -41,3 +42,3 @@ path = require('path');

// run autoprefixer
var res = ap(opts).process(css, process_opts);
var res = postcss([ap(opts)]).process(css, process_opts);

@@ -55,2 +56,4 @@ // if sourcemaps are generated, combine the two

res.warnings().forEach(console.error);
// return the css output

@@ -57,0 +60,0 @@ return res.css;

{
"name": "autoprefixer-stylus",
"description": "autoprefixer for stylus",
"version": "0.6.0",
"version": "0.7.0",
"license": "MIT",

@@ -32,4 +32,5 @@ "repository": {

"autoprefixer-core": "5.x",
"multi-stage-sourcemap": "0.2.x"
"multi-stage-sourcemap": "0.2.x",
"postcss": "4.x"
}
}
test/test.coffee

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