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

@ronin/syntax

Package Overview
Dependencies
Maintainers
0
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ronin/syntax - npm Package Compare versions

Comparing version 0.2.20 to 0.2.21-ben-ron-1099-experimental-132

dist/chunk-BKIEBWNH.js

2

dist/queries.d.ts

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

export { D as DeepCallable, d as PromiseTuple, R as ResultRecord, c as SyntaxItem, e as getBatchProxy, i as getBatchProxySQL, f as getProperty, g as getSyntaxProxy, h as getSyntaxProxySQL, s as setProperty } from './index-uBN48F2S.js';
export { D as DeepCallable, d as PromiseTuple, R as ResultRecord, c as SyntaxItem, e as getBatchProxy, i as getBatchProxySQL, f as getProperty, g as getSyntaxProxy, h as getSyntaxProxySQL, s as setProperty } from './index-Da2tcfee.js';

@@ -8,3 +8,3 @@ import {

setProperty
} from "./chunk-IARRHJ6P.js";
} from "./chunk-BKIEBWNH.js";
export {

@@ -11,0 +11,0 @@ getBatchProxy,

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

import { P as PublicModel, M as ModelIndex, a as ModelField, b as ModelTrigger, G as GetInstructions, W as WithInstruction, S as StoredObject, c as SyntaxItem, Q as QUERY_SYMBOLS } from './index-uBN48F2S.js';
import { P as PublicModel, M as ModelIndex, a as ModelField, b as ModelTrigger, G as GetInstructions, W as WithInstruction, S as StoredObject, c as SyntaxItem, Q as QUERY_SYMBOLS } from './index-Da2tcfee.js';

@@ -25,11 +25,7 @@ interface RoninFields {

*/
indexes?: Record<string, ModelIndex<Array<ModelField & {
slug: keyof Fields;
}>>>;
indexes?: Record<string, Omit<ModelIndex<Record<keyof Fields, ModelField>>, 'slug'>>;
/**
* Queries that run automatically in response to other queries.
*/
triggers?: Record<string, ModelTrigger<Array<ModelField & {
slug: keyof Fields;
}>>>;
triggers?: Record<string, Omit<ModelTrigger<Record<keyof Fields, ModelField>>, 'slug'>>;
/**

@@ -36,0 +32,0 @@ * Predefined query instructions that can be reused across multiple different queries.

@@ -5,3 +5,3 @@ import {

getSyntaxProxy
} from "./chunk-IARRHJ6P.js";
} from "./chunk-BKIEBWNH.js";

@@ -8,0 +8,0 @@ // src/schema/model.ts

{
"name": "@ronin/syntax",
"version": "0.2.20",
"version": "0.2.21-ben-ron-1099-experimental-132",
"type": "module",

@@ -45,3 +45,3 @@ "description": "Allows for defining RONIN queries and schemas in code.",

"@biomejs/biome": "1.9.4",
"@ronin/compiler": "0.16.3",
"@ronin/compiler": "0.17.1",
"@types/bun": "1.2.1",

@@ -48,0 +48,0 @@ "tsup": "8.3.6",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc