mean-comscore-api
Advanced tools
Comparing version 0.0.12 to 0.0.13
{ | ||
"name": "mean-comscore-api", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Loads ComScore reports from the ComScore API", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -29,3 +29,3 @@ 'use strict'; | ||
var parameter = parameters[i].split(':'); | ||
options.parameters[parameter[0]] = parameter[1]; | ||
options.parameters[parameter[0]] = decodeURIComponent(parameter[1]); | ||
} | ||
@@ -32,0 +32,0 @@ } |
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
21430