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

css-parse

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-parse - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

2

component.json
{
"name": "css-parse",
"repo": "visionmedia/css-parse",
"version": "1.5.1",
"version": "1.5.2",
"description": "CSS parser",

@@ -6,0 +6,0 @@ "keywords": ["css", "parser", "stylesheet"],

1.5.2 / 2013-07-28
==================
* fix another regexp for good old FF
1.5.1 / 2013-07-23

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

@@ -182,3 +182,3 @@

// prop
var prop = match(/^(\*?[//*-\w]+)\s*/);
var prop = match(/^(\*?[-\/\*\w]+)\s*/);
if (!prop) return;

@@ -185,0 +185,0 @@ prop = prop[0];

{
"name": "css-parse",
"version": "1.5.1",
"version": "1.5.2",
"description": "CSS parser",

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

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