Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@advanced-rest-client/arc-headers

Package Overview
Dependencies
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@advanced-rest-client/arc-headers - npm Package Compare versions

Comparing version 0.1.13 to 0.1.14

2

package.json
{
"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 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc