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

@nxtedition/couch

Package Overview
Dependencies
Maintainers
12
Versions
58
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.46
to
1.1.47
+6
-7
package.json
{
"name": "@nxtedition/couch",
"version": "1.1.46",
"version": "1.1.47",
"type": "module",

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

"build": "rimraf lib && mkdir -p lib && cp src/index.js lib/index.js && cp src/index.d.ts lib/index.d.ts",
"prepublishOnly": "yarn build",
"typecheck": "tsc --noEmit",

@@ -23,5 +22,5 @@ "test": "node --test",

"dependencies": {
"@nxtedition/error": "^1.1.37",
"@nxtedition/error": "^1.1.38",
"@nxtedition/nxt-undici": "^7.3.27",
"@nxtedition/weak-cache": "^1.0.11",
"@nxtedition/weak-cache": "^1.0.12",
"http-errors": "^2.0.1",

@@ -31,4 +30,4 @@ "url-join": "^5.0.0"

"devDependencies": {
"@nxtedition/logger": "^2.1.32",
"@nxtedition/scheduler": "^4.1.14",
"@nxtedition/logger": "^2.1.33",
"@nxtedition/scheduler": "^4.1.15",
"rimraf": "^6.1.3",

@@ -38,3 +37,3 @@ "typescript": "^5.9.3",

},
"gitHead": "75e92c1b7b868c0996f7082211ad6c4909de4355"
"gitHead": "1e4e772bc3128f962c6937c2c090a51d0602071b"
}