Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

jshttp

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jshttp - npm Package Compare versions

Comparing version
0.5.3
to
0.5.4
+0
-1
lib/interceptors/aliyun-apigw-signature.js

@@ -19,3 +19,2 @@ 'use strict'

return Object.keys(headers).reduce((result, field) => {
console.log('field: ', field)
const lowerField = field.toLowerCase()

@@ -22,0 +21,0 @@ if (!result[lowerField] && headers[field] && !axiosExtHeader.includes(field)) {

+2
-2
{
"name": "jshttp",
"version": "0.5.3",
"version": "0.5.4",
"description": "基于 Axios 的 HTTP 请求库,内置了一些常用功能,支持在任何 Javascript 环境下运行",

@@ -10,3 +10,3 @@ "main": "index.js",

"gp": "git push && git push --tag",
"publish": "nrm use npm && npm publish"
"publish-to-npm": "nrm use npm && npm publish"
},

@@ -13,0 +13,0 @@ "repository": {