🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

reqforge

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reqforge - npm Package Compare versions

Comparing version
0.11.0
to
0.12.0
+3
-1
.claude/settings.local.json

@@ -14,5 +14,7 @@ {

"Bash(curl *)",
"Bash(git pull *)"
"Bash(git pull *)",
"Bash(npm install *)",
"Bash(npx jest *)"
]
}
}
{
"name": "reqforge",
"version": "0.11.0",
"version": "0.12.0",
"description": "A lightweight, flexible HTTP client library with request interception, automatic retry, and logging capabilities, designed for modern web applications.",

@@ -8,3 +8,3 @@ "main": "src/index.js",

"scripts": {
"test": "echo \"No tests yet\" && exit 0"
"test": "jest"
},

@@ -31,3 +31,12 @@ "keywords": [

"node": ">=14.0.0"
},
"devDependencies": {
"jest": "^29.7.0"
},
"jest": {
"testPathIgnorePatterns": [
"/node_modules/",
"\\._.*"
]
}
}

@@ -109,4 +109,16 @@ # ReqForge

## Testing
```bash
npm test
```
Run tests with Jest:
```
npx jest
```
## License
MIT