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.10.0 to 0.11.0

8

index.js

@@ -21,2 +21,6 @@ var ap = require('autoprefixer'),

// pull `hideWarnings` out so we can pass opts to autoprefixer
var showWarnings = !opts.hideWarnings;
delete opts.hideWarnings;
return function(style){

@@ -56,3 +60,5 @@ style = this || style;

res.warnings().forEach(console.error);
if (showWarnings) {
res.warnings().forEach(console.error);
}

@@ -59,0 +65,0 @@ // return the css output

12

package.json
{
"name": "autoprefixer-stylus",
"description": "autoprefixer for stylus",
"version": "0.10.0",
"version": "0.11.0",
"license": "MIT",

@@ -12,7 +12,7 @@ "repository": {

"chai": "3.5.0",
"coffee-script": "1.10.0",
"coveralls": "2.11.12",
"coffee-script": "1.11.1",
"coveralls": "2.11.14",
"css-parse": "2.0.0",
"istanbul": "0.4.5",
"mocha": "3.0.2",
"mocha": "3.1.0",
"mocha-lcov-reporter": "1.2.0",

@@ -32,6 +32,6 @@ "stylus": "0.54.5"

"dependencies": {
"autoprefixer": "6.4.1",
"autoprefixer": "6.5.0",
"multi-stage-sourcemap": "0.2.1",
"postcss": "5.1.2"
"postcss": "5.2.4"
}
}

@@ -37,2 +37,9 @@ Autoprefixer Stylus

By default, this plugin will display any warnings. You can disable this with the `hideWarnings` option. Example below:
```js
stylus(css)
.use(autoprefixer({hideWarnings: true});
```
If you'd like to install globally and run from the command line, you can do it like this:

@@ -39,0 +46,0 @@

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