🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

postcss-values-parser

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-values-parser - npm Package Compare versions

Comparing version

to
2.0.1

old-lib/container.js

2

lib/tokenize.js

@@ -155,3 +155,3 @@ 'use strict';

parentCount--;
isURLArg = !isURLArg && parentCount === 1;
isURLArg = isURLArg && parentCount > 0;
tokens.push([')', ')',

@@ -158,0 +158,0 @@ line, pos - offset,

{
"name": "postcss-values-parser",
"version": "2.0.0",
"version": "2.0.1",
"description": "A CSS property value parser for use with PostCSS",

@@ -17,4 +17,3 @@ "main": "lib/index.js",

"scripts": {
"test": "gulp",
"toc": "markdown-toc -i API.md"
"test": "gulp"
},

@@ -43,5 +42,4 @@ "keywords": [

"gulp-eslint": "^5.0.0",
"gulp-mocha": "^6.0.0",
"markdown-toc": "^1.2.0"
"gulp-mocha": "^6.0.0"
}
}