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.9.1 to 0.9.2

5

History.md
0.9.2 / 2011-03-21
==================
* Removed a `console.log()` call
0.9.1 / 2011-03-18

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

1

lib/middleware.js

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

checkImports(stylusPath, function(changed){
console.log(changed);
changed ? compile() : next();

@@ -161,0 +160,0 @@ });

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

exports.version = '0.9.1';
exports.version = '0.9.2';

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

{ "name": "stylus"
, "description": "Robust, expressive language which compiles to CSS"
, "version": "0.9.1"
, "version": "0.9.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