New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.15 to 0.1.16

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.15",
"version": "0.1.16",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "main": "index.js",

@@ -181,6 +181,2 @@ /** @typedef {import('@advanced-rest-client/arc-types').FormTypes.FormItem} FormItem */

}
const { schema={} } = item;
if (!schema.required && !item.value) {
return;
}
parts.push(HeadersParser.itemToString(item));

@@ -187,0 +183,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