New:Socket for Asana Is Now Available.Learn more
Sign In

@ultimat3/testing

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ultimat3/testing - npm Package Compare versions

Comparing version
15.0.0
to
16.0.0
+12
-12
package.json
{
"name": "@ultimat3/testing",
"version": "15.0.0",
"version": "16.0.0",
"description": "Test harness: cloned template DBs per worker, frozen clock, sealed network, 6 test types",

@@ -36,14 +36,14 @@ "license": "MIT",

"dependencies": {
"@ultimat3/cache": "15.0.0",
"@ultimat3/core": "15.0.0",
"@ultimat3/db": "15.0.0",
"@ultimat3/entity": "15.0.0",
"@ultimat3/i18n": "15.0.0",
"@ultimat3/jobs": "15.0.0",
"@ultimat3/mail": "15.0.0",
"@ultimat3/policy": "15.0.0",
"@ultimat3/query": "15.0.0",
"@ultimat3/realtime": "15.0.0",
"@ultimat3/time": "15.0.0"
"@ultimat3/cache": "16.0.0",
"@ultimat3/core": "16.0.0",
"@ultimat3/db": "16.0.0",
"@ultimat3/entity": "16.0.0",
"@ultimat3/i18n": "16.0.0",
"@ultimat3/jobs": "16.0.0",
"@ultimat3/mail": "16.0.0",
"@ultimat3/policy": "16.0.0",
"@ultimat3/query": "16.0.0",
"@ultimat3/realtime": "16.0.0",
"@ultimat3/time": "16.0.0"
}
}