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

postcss-value-parser

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-value-parser - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

package.json
{
"name": "postcss-value-parser",
"version": "2.0.2",
"version": "2.0.3",
"description": "Transforms css values and at-rule params into the tree",

@@ -5,0 +5,0 @@ "main": "lib/parser.js",

@@ -46,3 +46,3 @@ [![Travis CI](https://travis-ci.org/TrySound/postcss-value-parser.svg)](https://travis-ci.org/TrySound/postcss-value-parser)

if(node.type === 'functon' && node.value === 'url') {
if (node.type === 'function' && node.value === 'url') {
return false;

@@ -49,0 +49,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