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.5.1 to 3.0.0

2

index.js

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

var done = this.async();
var options = cloneDeep(loaderUtils.parseQuery(this.query));
var options = cloneDeep(loaderUtils.getOptions(this) || {});
options.dest = options.dest || '';

@@ -21,0 +21,0 @@ options.filename = options.filename || this.resourcePath;

{
"name": "stylus-loader",
"version": "2.5.1",
"version": "3.0.0",
"description": "Stylus loader for webpack",

@@ -26,3 +26,3 @@ "main": "index.js",

"dependencies": {
"loader-utils": "^0.2.9",
"loader-utils": "^1.0.2",
"lodash.clonedeep": "^4.5.0",

@@ -35,3 +35,3 @@ "when": "~3.6.x"

"mocha": "~2.1.0",
"mocha-loader": "~0.7.1",
"mocha-loader": "^1.0.0",
"nib": "^1.0.4",

@@ -44,4 +44,4 @@ "node-libs-browser": "^0.5.2",

"testem": "^0.8.3",
"webpack": "^1.9.8",
"webpack-dev-server": "~1.7.0"
"webpack": "^2.2.0",
"webpack-dev-server": "^2.0.0"
},

@@ -48,0 +48,0 @@ "peerDependencies": {

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

* Please see https://github.com/shama/stylus-loader/releases
* 3.0.0 - Fix loader-utils deprecation warning (@ryani33), Drop webpack 1 and Node<4 support (@mzgoddard)
* 2.5.1 - Fix paths mutation in options (@vio)

@@ -201,0 +202,0 @@ * 2.5.0 - Define paths in global stylusOptions, in addtion to query params (@JounQin)

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