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
72
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.5-corny-ron-1099-experimental-58 to 0.2.5-corny-ron-1099-experimental-59

dist/chunk-DWIAN5B4.js

2

dist/queries.d.ts

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

export { c as PromiseTuple, S as SyntaxItem, d as getBatchProxy, e as getProperty, g as getSyntaxProxy, s as setProperty } from './queries-BtQ_UZTX.js';
export { c as PromiseTuple, S as SyntaxItem, d as getBatchProxy, e as getProperty, g as getSyntaxProxy, s as setProperty } from './queries-Cy0yJHNH.js';

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

setProperty
} from "./chunk-O2EEXZX5.js";
} from "./chunk-DWIAN5B4.js";
export {

@@ -9,0 +9,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 SyntaxItem } from './queries-BtQ_UZTX.js';
import { P as PublicModel, M as ModelIndex, a as ModelField, b as ModelTrigger, G as GetInstructions, W as WithInstruction, S as SyntaxItem } from './queries-Cy0yJHNH.js';

@@ -107,3 +107,5 @@ interface RoninFields {

required?: boolean;
defaultValue?: unknown;
defaultValue?: {
__RONIN_EXPRESSION: string;
} | unknown;
computedAs?: {

@@ -136,3 +138,5 @@ kind: "VIRTUAL" | "STORED";

required?: boolean;
defaultValue?: unknown;
defaultValue?: {
__RONIN_EXPRESSION: string;
} | unknown;
computedAs?: {

@@ -165,3 +169,5 @@ kind: "VIRTUAL" | "STORED";

required?: boolean;
defaultValue?: unknown;
defaultValue?: {
__RONIN_EXPRESSION: string;
} | unknown;
computedAs?: {

@@ -199,3 +205,5 @@ kind: "VIRTUAL" | "STORED";

required?: boolean;
defaultValue?: unknown;
defaultValue?: {
__RONIN_EXPRESSION: string;
} | unknown;
computedAs?: {

@@ -227,3 +235,5 @@ kind: "VIRTUAL" | "STORED";

required?: boolean;
defaultValue?: unknown;
defaultValue?: {
__RONIN_EXPRESSION: string;
} | unknown;
computedAs?: {

@@ -255,3 +265,5 @@ kind: "VIRTUAL" | "STORED";

required?: boolean;
defaultValue?: unknown;
defaultValue?: {
__RONIN_EXPRESSION: string;
} | unknown;
computedAs?: {

@@ -283,3 +295,5 @@ kind: "VIRTUAL" | "STORED";

required?: boolean;
defaultValue?: unknown;
defaultValue?: {
__RONIN_EXPRESSION: string;
} | unknown;
computedAs?: {

@@ -286,0 +300,0 @@ kind: "VIRTUAL" | "STORED";

@@ -10,3 +10,3 @@ import {

string
} from "./chunk-O2EEXZX5.js";
} from "./chunk-DWIAN5B4.js";
export {

@@ -13,0 +13,0 @@ blob,

{
"name": "@ronin/syntax",
"version": "0.2.5-corny-ron-1099-experimental-58",
"version": "0.2.5-corny-ron-1099-experimental-59",
"type": "module",

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

"@biomejs/biome": "1.9.4",
"@ronin/compiler": "0.14.0",
"@ronin/compiler": "0.14.2",
"@types/bun": "1.1.16",

@@ -47,0 +47,0 @@ "tsup": "8.3.5",

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