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

@latitude-data/sql-compiler

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@latitude-data/sql-compiler - npm Package Compare versions

Comparing version 1.0.0-next.0 to 1.0.0

10

CHANGELOG.md
# @latitude-data/sql-compiler
## 1.0.0-next.0
## 1.0.0
### Major Changes
- 9e2dd26: Compiler now can read query's metadata properties without having to resolve every variable, parameter and function in it.
- 26aa69d: Supported methods now must define its requirements, a resolve function to calculate the returned value, and a readMetadata function to returns its metadata. Now the compiler checks and handles these requirements.
- e141dc4: Compiler now can read query's metadata properties without having to resolve every variable, parameter and function in it.
- e141dc4: Supported methods now must define its requirements, a resolve function to calculate the returned value, and a readMetadata function to returns its metadata. Now the compiler checks and handles these requirements.
### Minor Changes
- 3e87858: Improved handling of object properties in query logic blocks. Now you can:
- e141dc4: Improved handling of object properties in query logic blocks. Now you can:
- Invoke methods from objects.

@@ -19,3 +19,3 @@ - Modify object properties.

- a8d4658: BREAKING CHANGE: Now `ref` function inside queries requires relative paths instead of the path from the source folder
- e141dc4: BREAKING CHANGE: Now `ref` function inside queries requires relative paths instead of the path from the source folder

@@ -22,0 +22,0 @@ ## 0.2.0

{
"name": "@latitude-data/sql-compiler",
"version": "1.0.0-next.0",
"version": "1.0.0",
"license": "LGPL",

@@ -5,0 +5,0 @@ "description": "Compiler for Latitude's custom sql sintax based on svelte",

Sorry, the diff of this file is not supported yet

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