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

css-whitespace

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-whitespace - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

5

History.md
0.0.3 / 2012-12-03
==================
* fix complex media query support
0.0.2 / 2012-12-03

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

2

lib/lexer.js

@@ -40,3 +40,3 @@

pseudos = pseudos.join('|');
var propre = new RegExp('^ *([^:\n]+):(?!' + pseudos + ') *([^\n]*)');
var propre = new RegExp('^ *([-\\w]+):(?!' + pseudos + ') *([^\n]*)');

@@ -43,0 +43,0 @@ /**

{
"name": "css-whitespace",
"version": "0.0.2",
"version": "0.0.3",
"description": "Whitespace significant CSS to regular CSS",

@@ -5,0 +5,0 @@ "keywords": ["css", "parser", "rework"],

Sorry, the diff of this file is not supported yet

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