🚀 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.4.31
to
0.4.32
+13
-12
package.json
{
"name": "@testring/http-api",
"version": "0.4.31",
"version": "0.4.32",
"main": "./dist/index.js",

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

"dependencies": {
"@testring/logger": "0.4.31",
"@testring/pluggable-module": "0.4.31",
"@testring/test-utils": "0.4.31",
"@testring/transport": "0.4.31",
"@testring/types": "0.4.31",
"@types/nanoid": "^1.0.0",
"@types/request-promise": "^4.1.42",
"@types/tough-cookie": "^2.3.3",
"nanoid": "^1.1.0",
"request-promise": "^4.2.2",
"tough-cookie": "^2.4.3"
"@testring/logger": "0.4.32",
"@testring/pluggable-module": "0.4.32",
"@testring/test-utils": "0.4.32",
"@testring/transport": "0.4.32",
"@testring/types": "0.4.32",
"@types/nanoid": "1.0.0",
"@types/node": "10.5.6",
"@types/request-promise": "4.1.42",
"@types/tough-cookie": "2.3.3",
"nanoid": "1.1.0",
"request-promise": "4.2.2",
"tough-cookie": "2.4.3"
}
}