🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@nxtedition/couch

Package Overview
Dependencies
Maintainers
12
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nxtedition/couch - npm Package Compare versions

Comparing version
1.1.43
to
1.1.44
+3
-1
lib/index.js

@@ -493,3 +493,5 @@ import assert from 'node:assert'

} else {
headers = body ? ACCEPT_CONTENT_TYPE_HEADERS : ACCEPT_HEADERS
// Copy the shared default array: the user-agent append below mutates
// `headers` in place, which must not leak into the module-level constant.
headers = [...(body ? ACCEPT_CONTENT_TYPE_HEADERS : ACCEPT_HEADERS)]
}

@@ -496,0 +498,0 @@

{
"name": "@nxtedition/couch",
"version": "1.1.43",
"version": "1.1.44",
"type": "module",

@@ -22,3 +22,3 @@ "main": "lib/index.js",

"dependencies": {
"@nxtedition/error": "^1.1.35",
"@nxtedition/error": "^1.1.36",
"@nxtedition/nxt-undici": "^7.3.6",

@@ -36,3 +36,3 @@ "@nxtedition/weak-cache": "^1.0.10",

},
"gitHead": "4e7a986a6846c13d6e302f23c5d0b63d87b54fdc"
"gitHead": "a11a8114c8e32202454577b2c2ed935a702927f1"
}