Socket
Socket
Sign inDemoInstall

stylus-loader

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylus-loader - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

package.json
{
"name": "stylus-loader",
"version": "3.0.0",
"version": "3.0.1",
"description": "Stylus loader for webpack",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -7,2 +7,14 @@ # stylus-loader

## Install
`npm install stylus-loader stylus --save-dev`
**Important**: in order to have ability use any `stylus` package version,
it won't be installed automatically. So it's required to
add it to `package.json` along with `stylus-loader`.
The latest version supporting webpack 1 can be installed with:
`npm install stylus-loader@webpack1 stylus --save-dev`
## Usage

@@ -179,10 +191,2 @@

## Install
`npm install stylus-loader stylus --save-dev`
**Important**: in order to have ability use any `stylus` package version,
it won't be installed automatically. So it's required to
add it to `package.json` along with `stylus-loader`.
## Testing

@@ -201,2 +205,3 @@

* Please see https://github.com/shama/stylus-loader/releases
* 3.0.1 - Update install instructions mentioning how to get a version supporting webpack 1 (@mzgoddard)
* 3.0.0 - Fix loader-utils deprecation warning (@ryani33), Drop webpack 1 and Node<4 support (@mzgoddard)

@@ -203,0 +208,0 @@ * 2.5.1 - Fix paths mutation in options (@vio)

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