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.17-ben-ron-1099-experimental-123 to 0.2.17-ben-ron-1099-experimental-124

4

dist/schema.d.ts

@@ -25,3 +25,3 @@ 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-BKzVabnK.js';

*/
indexes?: Array<ModelIndex<Array<ModelField & {
indexes?: Record<string, ModelIndex<Array<ModelField & {
slug: keyof Fields;

@@ -32,3 +32,3 @@ }>>>;

*/
triggers?: Array<ModelTrigger<Array<ModelField & {
triggers?: Record<string, ModelTrigger<Array<ModelField & {
slug: keyof Fields;

@@ -35,0 +35,0 @@ }>>>;

{
"name": "@ronin/syntax",
"version": "0.2.17-ben-ron-1099-experimental-123",
"version": "0.2.17-ben-ron-1099-experimental-124",
"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