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

@ronin/compiler

Package Overview
Dependencies
Maintainers
4
Versions
376
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ronin/compiler - npm Package Compare versions

Comparing version 0.9.0-leo-ron-1083-experimental-202 to 0.9.0-leo-ron-1083-experimental-203

13

dist/index.js

@@ -23,2 +23,8 @@ // src/utils/helpers.ts

);
var MODEL_ENTITY_ERROR_CODES = {
field: "FIELD_NOT_FOUND",
index: "INDEX_NOT_FOUND",
trigger: "TRIGGER_NOT_FOUND",
preset: "PRESET_NOT_FOUND"
};
var RoninError = class extends Error {

@@ -841,8 +847,3 @@ code;

message: `No ${entity} with slug "${slug}" defined in model "${existingModel.name}".`,
code: {
field: "FIELD_NOT_FOUND",
index: "INDEX_NOT_FOUND",
trigger: "TRIGGER_NOT_FOUND",
preset: "PRESET_NOT_FOUND"
}[entity]
code: MODEL_ENTITY_ERROR_CODES[entity]
});

@@ -849,0 +850,0 @@ }

{
"name": "@ronin/compiler",
"version": "0.9.0-leo-ron-1083-experimental-202",
"version": "0.9.0-leo-ron-1083-experimental-203",
"type": "module",

@@ -5,0 +5,0 @@ "description": "Compiles RONIN queries to SQL statements.",

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