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 1.4.1 to 1.4.2

4

index.js

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

} else {
styl.sourcemap.sourcesContent = [source];
if (styl.sourcemap) {
styl.sourcemap.sourcesContent = [source];
}
done(null, css, styl.sourcemap);

@@ -154,0 +156,0 @@ }

{
"name": "stylus-loader",
"version": "1.4.1",
"version": "1.4.2",
"description": "Stylus loader for webpack",

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

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