Socket
Socket
Sign inDemoInstall

@trivikr-test/protocol-http

Package Overview
Dependencies
2
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.55.0 to 3.58.0

2

dist-cjs/httpRequest.js

@@ -13,3 +13,3 @@ "use strict";

this.protocol = options.protocol
? options.protocol.substr(-1) !== ":"
? options.protocol.slice(-1) !== ":"
? `${options.protocol}:`

@@ -16,0 +16,0 @@ : options.protocol

@@ -11,3 +11,3 @@ import { __assign, __read, __spreadArray } from "tslib";

this.protocol = options.protocol
? options.protocol.substr(-1) !== ":"
? options.protocol.slice(-1) !== ":"
? "".concat(options.protocol, ":")

@@ -14,0 +14,0 @@ : options.protocol

{
"name": "@trivikr-test/protocol-http",
"version": "3.55.0",
"version": "3.58.0",
"scripts": {

@@ -5,0 +5,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc