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

@testring/http-api

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testring/http-api - npm Package Compare versions

Comparing version
0.2.4
to
0.2.5
+8
-8
package.json
{
"name": "@testring/http-api",
"version": "0.2.4",
"version": "0.2.5",
"main": "./dist/index.js",

@@ -13,12 +13,12 @@ "types": "./src/index.ts",

"dependencies": {
"@testring/logger": "^0.2.4",
"@testring/pluggable-module": "^0.2.4",
"@testring/test-utils": "^0.2.4",
"@testring/transport": "^0.2.4",
"@testring/types": "^0.2.4",
"@testring/logger": "^0.2.5",
"@testring/pluggable-module": "^0.2.5",
"@testring/test-utils": "^0.2.5",
"@testring/transport": "^0.2.5",
"@testring/types": "^0.2.5",
"@types/nanoid": "^1.0.0",
"@types/request-promise": "^4.1.41",
"nanoid": "^1.0.7",
"@types/request-promise": "^4.1.42",
"nanoid": "^1.1.0",
"request-promise": "^4.2.2"
}
}