New:Socket for Asana Is Now Available.Learn more
Get Started

@ultimat3/query

Package Overview
Dependencies
Maintainers
1
Versions
26
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
18.0.0
to
19.0.0
+6
-6
package.json
{
"name": "@ultimat3/query",
"version": "18.0.0",
"version": "19.0.0",
"description": "The query primitive: a policy-checked read, optionally live, with cursor pagination and an incremental matcher",

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

"dependencies": {
"@ultimat3/cache": "18.0.0",
"@ultimat3/core": "18.0.0",
"@ultimat3/http": "18.0.0",
"@ultimat3/policy": "18.0.0",
"@ultimat3/schema": "18.0.0"
"@ultimat3/cache": "19.0.0",
"@ultimat3/core": "19.0.0",
"@ultimat3/http": "19.0.0",
"@ultimat3/policy": "19.0.0",
"@ultimat3/schema": "19.0.0"
}
}

@@ -9,2 +9,9 @@ /**

// Anchored on purpose, and NOT by the `sideEffects` array: Bun reads any array as `false` and drops
// the module regardless (oven-sh/bun#40650). `registerPrimitiveRegistrar('query', …)` here is read
// by @ultimat3/core's registrar table on behalf of `x` and the manifest, and nothing that registers
// a query imports this module for a binding. `SIDE_EFFECTS_ANCHORS` carries the argument and
// `bun run side-effects` enforces it.
import './registry';
/**

@@ -11,0 +18,0 @@ * Flight control for the typed client, and OPT-IN by construction: `client.ts` names `ClientFlight`