Socket
Socket
Sign inDemoInstall

gradient-parser

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

1

build/node.js

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

}
var result = '';

@@ -147,0 +148,0 @@ if (element instanceof Array) {

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

}
var result = '';

@@ -496,0 +497,0 @@ if (element instanceof Array) {

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

}
var result = '';

@@ -147,0 +148,0 @@ if (element instanceof Array) {

4

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

@@ -35,4 +35,4 @@ "author": {

],
"dependencies": {},
"devDependencies": {
"expect.js": "*",
"grunt": "*",

@@ -39,0 +39,0 @@ "grunt-browserify": "^3.0.1",

'use strict';
var expect = require('expect.js');
var gradients = require('build/node');
var gradients = require('../build/node');

@@ -6,0 +6,0 @@

'use strict';
var expect = require('expect.js');
var gradients = require('build/node');
var gradients = require('../build/node');

@@ -6,0 +6,0 @@ function pprint(ast) {

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