Socket
Socket
Sign inDemoInstall

css

Package Overview
Dependencies
Maintainers
11
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

2

History.md

@@ -1,2 +0,2 @@

2.2.0 / 2014-02-18
2.2.0 / 2015-02-18
====

@@ -3,0 +3,0 @@

@@ -201,3 +201,3 @@ // http://www.w3.org/TR/CSS21/grammar.html

.replace(/\/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*\/+/g, '')
.replace(/(?:"[^"]*"|'[^']*')/g, function(m) {
.replace(/"(?:\\"|[^"])*"|'(?:\\'|[^'])*'/g, function(m) {
return m.replace(/,/g, '\u200C');

@@ -204,0 +204,0 @@ })

{
"name": "css",
"version": "2.2.0",
"version": "2.2.1",
"description": "CSS parser / stringifier",

@@ -5,0 +5,0 @@ "main": "index",

@@ -80,2 +80,4 @@ # css [![Build Status](https://travis-ci.org/reworkcss/css.svg?branch=master)](https://travis-ci.org/reworkcss/css)

Interactively explore the AST with <http://iamdustan.com/reworkcss_ast_explorer/>.
### Common properties

@@ -82,0 +84,0 @@

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