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

@ultimat3/query

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/query - npm Package Compare versions

Comparing version
10.0.0
to
11.0.0
+6
-6
package.json
{
"name": "@ultimat3/query",
"version": "10.0.0",
"version": "11.0.0",
"description": "The query primitive: a policy-checked read, optionally live, with cursor pagination and an incremental matcher",

@@ -34,8 +34,8 @@ "license": "MIT",

"dependencies": {
"@ultimat3/cache": "10.0.0",
"@ultimat3/core": "10.0.0",
"@ultimat3/http": "10.0.0",
"@ultimat3/policy": "10.0.0",
"@ultimat3/schema": "10.0.0"
"@ultimat3/cache": "11.0.0",
"@ultimat3/core": "11.0.0",
"@ultimat3/http": "11.0.0",
"@ultimat3/policy": "11.0.0",
"@ultimat3/schema": "11.0.0"
}
}