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.7.2 to 0.7.3

5

History.md
0.7.3 / 2011-03-09
==================
* Fixed; allow semi-colons for non-css syntax for one-liners
0.7.2 / 2011-03-08

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

1

lib/parser.js

@@ -479,2 +479,3 @@

stmt = this.statement;
this.accept(';');
}

@@ -481,0 +482,0 @@ if (!stmt) this.error('unexpected token {peek} in block');

2

lib/stylus.js

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

exports.version = '0.7.2';
exports.version = '0.7.3';

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

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