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.3 to 0.52.4

11

lib/parser.js

@@ -520,2 +520,7 @@ /*!

// Pseudo-elements
if (':' == this.lookahead(i).type
&& ':' == this.lookahead(i + 1).type)
return true;
// #a after an ident and newline

@@ -533,2 +538,8 @@ if ('color' == this.lookahead(i).type

// Hash values inside properties
if (':' == this.lookahead(i).type
&& !this.isPseudoSelector(i + 1)
&& this.lineContains('.'))
return false;
// the ':' token within braces signifies

@@ -535,0 +546,0 @@ // a selector. ex: "foo{bar:'baz'}"

2

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