css-compare-screenshots
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -12,3 +12,3 @@ // PHANTOMJS SCRIPT | ||
var args = system.args; | ||
var url = args[1]; | ||
var url = encodeURI(args[1]); | ||
var width = args[2]; | ||
@@ -15,0 +15,0 @@ var height = args[3]; |
{ | ||
"name": "css-compare-screenshots", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Generates comparision screenshots before/after modifying css. Use for regression testing.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -11,3 +11,3 @@ // PHANTOMJS SCRIPT | ||
var args = system.args | ||
var url = args[1] | ||
var url = encodeURI(args[1]) | ||
var width = args[2] | ||
@@ -14,0 +14,0 @@ var height = args[3] |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18384