Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stylus

Package Overview
Dependencies
Maintainers
2
Versions
183
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.52.1 to 0.52.2

9

lib/parser.js

@@ -545,5 +545,2 @@ /*!

// Trailing space
while ('space' == this.lookahead(i).type) ++i;
// Assume pseudo selectors are NOT properties

@@ -556,2 +553,8 @@ // as 'td:th-child(1)' may look like a property

return true;
// Trailing space
if ('space' == this.lookahead(i).type
&& 'newline' == this.lookahead(i + 1).type
&& '{' == this.lookahead(i + 2).type)
return true;
}

@@ -558,0 +561,0 @@

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