Socket
Socket
Sign inDemoInstall

stylus

Package Overview
Dependencies
Maintainers
2
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylus - npm Package Compare versions

Comparing version 0.46.0 to 0.46.1

9

lib/visitor/normalizer.js

@@ -200,5 +200,10 @@

parts = selector.val.split(',');
var root = '/' == selector.val.charAt(0)
, part, s;
for (var k = 0, len = parts.length; k < len; ++k){
var part = parts[k].trim()
, s = new nodes.Selector([part]);
part = parts[k].trim();
if (root && k > 0 && !~part.indexOf('&')) {
part = '/' + part;
}
s = new nodes.Selector([part]);
s.val = part;

@@ -205,0 +210,0 @@ s.block = group.block;

{
"name": "stylus",
"description": "Robust, expressive, and feature-rich CSS superset",
"version": "0.46.0",
"version": "0.46.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>",

@@ -6,0 +6,0 @@ "keywords": [

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