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

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 2.4.0 to 2.5.0

1

index.js

@@ -37,2 +37,3 @@ var loaderUtils = require('loader-utils');

options.define = options.define || stylusOptions.define || {};
options.paths = options.paths || stylusOptions.paths;

@@ -39,0 +40,0 @@ if (options.sourceMap != null) {

2

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

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

@@ -199,2 +199,3 @@ # stylus-loader

* Please see https://github.com/shama/stylus-loader/releases
* 2.5.0 - Define paths in global stylusOptions, in addtion to query params (@JounQin)
* 2.4.0 - Add OptionsPlugin to help support webpack 2 (@mzgoddard)

@@ -201,0 +202,0 @@ * 2.3.1 - Fix typo in README (@stevewillard)

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