@advanced-rest-client/arc-headers
Advanced tools
Comparing version 0.1.13 to 0.1.14
{ | ||
"name": "@advanced-rest-client/arc-headers", | ||
"description": "A module that contains UI and logic for handle HTTP headers in an HTTP request and request editors.", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -146,3 +146,5 @@ /** @typedef {import('@advanced-rest-client/arc-types').FormTypes.FormItem} FormItem */ | ||
if (typeof value !== 'undefined') { | ||
value = value.split('\n').join(' '); | ||
if (typeof value === 'string') { | ||
value = value.split('\n').join(' '); | ||
} | ||
result += value; | ||
@@ -149,0 +151,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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
115260
2569
1