Socket
Socket
Sign inDemoInstall

stylus

Package Overview
Dependencies
Maintainers
0
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.11.8 to 0.11.9

5

History.md
0.11.9 / 2011-04-15
==================
* Fixed issue with large selectors spanning several lines
0.11.8 / 2011-04-15

@@ -3,0 +8,0 @@ ==================

6

lib/parser.js

@@ -336,6 +336,8 @@

if ('newline' == this.lookahead(i).type)
return false;
// Trailing separators
while (!~[
'newline'
, 'indent'
'indent'
, 'outdent'

@@ -342,0 +344,0 @@ , 'for'

@@ -26,3 +26,3 @@

exports.version = '0.11.8';
exports.version = '0.11.9';

@@ -29,0 +29,0 @@ /**

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

@@ -5,0 +5,0 @@ , "keywords": ["css", "parser", "style", "stylesheets", "jade", "language"]

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