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.3 to 0.2.4

dist/chunk-RHRH2IGS.js

2

dist/queries.js

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

setProperty
} from "./chunk-TUTW6RGD.js";
} from "./chunk-RHRH2IGS.js";
export {

@@ -9,0 +9,0 @@ getBatchProxy,

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

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

@@ -23,6 +23,2 @@ interface RoninFields {

/**
* Predefined query instructions that can be reused across multiple different queries.
*/
presets?: Record<string, GetInstructions | WithInstruction>;
/**
* Database indexes to optimize query performance.

@@ -39,2 +35,6 @@ */

}>>>;
/**
* Predefined query instructions that can be reused across multiple different queries.
*/
presets?: Record<string, GetInstructions | WithInstruction>;
}

@@ -41,0 +41,0 @@ type FieldsToTypes<F> = F extends Record<string, Primitives> ? {

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

string
} from "./chunk-TUTW6RGD.js";
} from "./chunk-RHRH2IGS.js";
export {

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

{
"name": "@ronin/syntax",
"version": "0.2.3",
"version": "0.2.4",
"type": "module",

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

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