Socket
Socket
Sign inDemoInstall

css

Package Overview
Dependencies
9
Maintainers
11
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.1 to 2.2.2

7

History.md

@@ -0,3 +1,8 @@

2.2.1 / 2015-06-17
==================
* fix parsing escaped quotes in quoted strings
2.2.0 / 2015-02-18
====
==================

@@ -4,0 +9,0 @@ * add `parsingErrors` to list errors when parsing with `silent: true`

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

stylesheet: {
source: options.source,
rules: rulesList,

@@ -88,0 +89,0 @@ parsingErrors: errorsList

8

package.json
{
"name": "css",
"version": "2.2.1",
"version": "2.2.2",
"description": "CSS parser / stringifier",

@@ -11,6 +11,6 @@ "main": "index",

"dependencies": {
"inherits": "^2.0.1",
"source-map": "^0.1.38",
"source-map-resolve": "^0.3.0",
"urix": "^0.1.0",
"inherits": "^2.0.1"
"source-map-resolve": "^0.5.1",
"urix": "^0.1.0"
},

@@ -17,0 +17,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc