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

stylus

Package Overview
Dependencies
Maintainers
0
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.13.1 to 0.13.2

node_modules/connect/.npmignore

5

History.md
0.13.2 / 2011-05-31
==================
* Fixed colors after `url()` call regression. Closes #270
0.13.1 / 2011-05-30

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

2

lib/stylus.js

@@ -27,3 +27,3 @@

exports.version = '0.13.1';
exports.version = '0.13.2';

@@ -30,0 +30,0 @@ /**

@@ -261,3 +261,8 @@

// Undefined function, render literal css
if (!fn || fn.nodeName != 'function') return this.literalCall(call);
if (!fn || fn.nodeName != 'function') {
var ret = this.literalCall(call);
this.ignoreColors = false;
return ret;
}
this.calling.push(call.name);

@@ -291,2 +296,3 @@

this.calling.pop();
this.ignoreColors = false;
return ret;

@@ -293,0 +299,0 @@ };

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