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

gradient-parser

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gradient-parser - npm Package Compare versions

Comparing version

to
1.0.1

2

build/node.js

@@ -267,3 +267,3 @@ // Copyright (c) 2014 Rafael Caricio. All rights reserved.

result = callback(captures);
var result = callback(captures);

@@ -270,0 +270,0 @@ if (!scan(tokens.endCall)) {

@@ -103,3 +103,3 @@ var GradientParser = (window.GradientParser || {});

result = callback(captures);
var result = callback(captures);

@@ -106,0 +106,0 @@ if (!scan(tokens.endCall)) {

{
"name": "gradient-parser",
"version": "1.0.0",
"version": "1.0.1",
"description": "Parse CSS3 gradient definitions and return an AST.",

@@ -5,0 +5,0 @@ "author": {