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

@testring/async-assert

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testring/async-assert - npm Package Compare versions

Comparing version
0.8.9
to
0.8.10
+7
-3
package.json
{
"name": "@testring/async-assert",
"version": "0.8.9",
"version": "0.8.10",
"description": "an async wrapper around chai",

@@ -15,4 +15,8 @@ "keywords": [

"type": "git",
"url": "git+https://github.com/ringcentral/testring.git"
"url": "https://github.com/ringcentral/testring.git",
"directory": "core/async-assert"
},
"publishConfig": {
"access": "public"
},
"scripts": {

@@ -26,5 +30,5 @@ "test": "echo \"Error: run tests from root\" && exit 1",

"dependencies": {
"@testring/types": "0.8.9",
"@testring/types": "0.8.10",
"chai": "4.3.10"
}
}