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

@testring/http-api

Package Overview
Dependencies
Maintainers
2
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.8.9
to
0.8.10
+12
-8
package.json
{
"name": "@testring/http-api",
"version": "0.8.9",
"version": "0.8.10",
"main": "./dist/index.js",

@@ -8,4 +8,8 @@ "types": "./src/index.ts",

"type": "git",
"url": "https://github.com/ringcentral/testring.git"
"url": "https://github.com/ringcentral/testring.git",
"directory": "packages/http-api"
},
"publishConfig": {
"access": "public"
},
"scripts": {

@@ -17,8 +21,8 @@ "build": "tsc -p tsconfig.build.json"

"dependencies": {
"@testring/logger": "0.8.9",
"@testring/pluggable-module": "0.8.9",
"@testring/test-utils": "0.8.9",
"@testring/transport": "0.8.9",
"@testring/types": "0.8.9",
"@testring/utils": "0.8.9",
"@testring/logger": "0.8.10",
"@testring/pluggable-module": "0.8.10",
"@testring/test-utils": "0.8.10",
"@testring/transport": "0.8.10",
"@testring/types": "0.8.10",
"@testring/utils": "0.8.10",
"@types/node": "22.8.5",

@@ -25,0 +29,0 @@ "@types/tough-cookie": "4.0.5",