Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@testring/test-utils

Package Overview
Dependencies
Maintainers
2
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testring/test-utils - npm Package Compare versions

Comparing version
0.8.9
to
0.8.10
+7
-3
package.json
{
"name": "@testring/test-utils",
"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/test-utils"
},
"publishConfig": {
"access": "public"
},
"scripts": {

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

"dependencies": {
"@testring/types": "0.8.9"
"@testring/types": "0.8.10"
}
}