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
0
Versions
413
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.17.1-leo-ron-1099-experimental-378 to 0.17.1-leo-ron-1099-experimental-379

2

dist/index.d.ts

@@ -327,3 +327,3 @@ /**

slug: string;
}> = Record<NonNullable<T['slug']>, Omit<T, 'slug'>>;
}> = Record<NonNullable<T['slug']>, T extends infer U ? Omit<U, 'slug'> : never>;
interface Model<T extends ModelEntityList<ModelField> = ModelEntityList<ModelField>> {

@@ -330,0 +330,0 @@ id: string;

{
"name": "@ronin/compiler",
"version": "0.17.1-leo-ron-1099-experimental-378",
"version": "0.17.1-leo-ron-1099-experimental-379",
"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