New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ronin

Package Overview
Dependencies
Maintainers
0
Versions
2047
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ronin - npm Package Compare versions

Comparing version

to
6.2.27

dist/chunk-77PFIW7T.js

2

dist/bin/index.js
#!/usr/bin/env bun
// package.json
var version = "6.2.26";
var version = "6.2.27";

@@ -6,0 +6,0 @@ // src/bin/index.ts

@@ -1,2 +0,2 @@

import { Q as QueryHandlerOptions, P as PromiseTuple } from './utils-DVSq9J_r.js';
import { Q as QueryHandlerOptions, P as PromiseTuple } from './utils-D3wfAc6i.js';
import { GetQuery, SetQuery, AddQuery, RemoveQuery, CountQuery, CreateQuery, AlterQuery, ModelField, ModelIndex, ModelTrigger, ModelPreset, DropQuery } from '@ronin/compiler';

@@ -3,0 +3,0 @@ import { DeepCallable } from '@ronin/syntax/queries';

@@ -6,3 +6,3 @@ import {

runQueriesWithStorageAndHooks
} from "./chunk-UPROS6AX.js";
} from "./chunk-77PFIW7T.js";

@@ -9,0 +9,0 @@ // src/utils/handlers.ts

@@ -1,4 +0,4 @@

export { A as AddHook, a as AfterAddHook, o as AfterAlterHook, i as AfterCountHook, l as AfterCreateHook, q as AfterDropHook, c as AfterGetHook, s as AfterHookHandler, g as AfterRemoveHook, e as AfterSetHook, m as AlterHook, B as BeforeAddHook, n as BeforeAlterHook, h as BeforeCountHook, k as BeforeCreateHook, p as BeforeDropHook, b as BeforeGetHook, r as BeforeHookHandler, f as BeforeRemoveHook, d as BeforeSetHook, C as CountHook, j as CreateHook, D as DropHook, t as DuringHookHandler, F as FormattedResults, G as GetHook, H as HookContext, P as PromiseTuple, Q as QueryHandlerOptions, R as RemoveHook, S as SetHook } from '../utils-DVSq9J_r.js';
export { A as AddHook, a as AfterAddHook, o as AfterAlterHook, i as AfterCountHook, l as AfterCreateHook, q as AfterDropHook, c as AfterGetHook, s as AfterHookHandler, g as AfterRemoveHook, e as AfterSetHook, m as AlterHook, B as BeforeAddHook, n as BeforeAlterHook, h as BeforeCountHook, k as BeforeCreateHook, p as BeforeDropHook, b as BeforeGetHook, r as BeforeHookHandler, f as BeforeRemoveHook, d as BeforeSetHook, C as CountHook, j as CreateHook, D as DropHook, t as DuringHookHandler, F as FormattedResults, G as GetHook, H as HookContext, P as PromiseTuple, Q as QueryHandlerOptions, R as RemoveHook, S as SetHook } from '../utils-D3wfAc6i.js';
export { AddInstructions, AddQuery, AddInstructions as AddQueryInstructions, CountInstructions, CountQuery, CountInstructions as CountQueryInstructions, GetInstructions, GetQuery, GetInstructions as GetQueryInstructions, Query, QueryInstruction, QueryType, RemoveInstructions, RemoveQuery, RemoveInstructions as RemoveQueryInstructions, SetInstructions, SetQuery, SetInstructions as SetQueryInstructions, StoredObject, WithInstruction } from '@ronin/compiler';
export { a as StorableObjectValue } from '../index-5uMegQF7.js';
export { a as StorableObjectValue } from '../index-CIzU5BHh.js';
import 'node:async_hooks';

@@ -1,4 +0,4 @@

import { Q as QueryHandlerOptions, F as FormattedResults } from '../utils-DVSq9J_r.js';
import { Q as QueryHandlerOptions, F as FormattedResults } from '../utils-D3wfAc6i.js';
import { ResultRecord, Query, StoredObject } from '@ronin/compiler';
import { S as StorableObject } from '../index-5uMegQF7.js';
import { S as StorableObject } from '../index-CIzU5BHh.js';
import 'node:async_hooks';

@@ -5,0 +5,0 @@

@@ -6,3 +6,3 @@ import {

runQueriesWithStorageAndHooks
} from "../chunk-UPROS6AX.js";
} from "../chunk-77PFIW7T.js";
export {

@@ -9,0 +9,0 @@ InvalidResponseError,

{
"name": "ronin",
"version": "6.2.26",
"version": "6.2.27",
"type": "module",

@@ -76,4 +76,4 @@ "description": "Access your RONIN database via TypeScript.",

"@ronin/cli": "0.2.40",
"@ronin/compiler": "0.17.15",
"@ronin/syntax": "0.2.34"
"@ronin/compiler": "0.17.16",
"@ronin/syntax": "0.2.35"
},

@@ -84,4 +84,4 @@ "devDependencies": {

"tsup": "8.4.0",
"typescript": "5.7.3"
"typescript": "5.8.2"
}
}