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.5 to 0.0.6

5

History.md
0.0.6 / 2013-02-20
==================
* fix :fullscreen support
0.0.5 / 2013-01-21

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

7

lib/lexer.js

@@ -8,2 +8,3 @@

':selection',
'fullscreen',
'nth-child',

@@ -121,3 +122,3 @@ 'first-child',

*/
function comment() {

@@ -176,3 +177,3 @@ var m = str.match(/^\/\/([^\n]*)/);

*/
function parent() {

@@ -209,2 +210,2 @@ var m = str.match(/^ *&([^\n]*)/);

}
}
}
{
"name": "css-whitespace",
"version": "0.0.5",
"version": "0.0.6",
"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