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.45.0 to 0.45.1

1

lib/visitor/compiler.js

@@ -122,2 +122,3 @@ /*!

case 'group':
case 'block':
case 'unit':

@@ -124,0 +125,0 @@ continue;

11

lib/visitor/evaluator.js

@@ -96,3 +96,3 @@

// Evaluate imported "root"
block = block.clone(this.currentBlock);
block = block.clone(this.root);
block.scope = false;

@@ -103,10 +103,3 @@ var ret = this.visit(block);

// Import on the root level
if (this.currentBlock == this.root) {
return ret;
// Import inside a block
} else {
this.mixin(ret.nodes, this.currentBlock);
return nodes.null;
}
return ret;
}

@@ -113,0 +106,0 @@

{
"name": "stylus",
"description": "Robust, expressive, and feature-rich CSS superset",
"version": "0.45.0",
"version": "0.45.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