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

@linked-db/linked-ql

Package Overview
Dependencies
Maintainers
0
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@linked-db/linked-ql - npm Package Compare versions

Comparing version 0.29.8 to 0.30.0

2

package.json

@@ -14,3 +14,3 @@ {

"icon": "https://webqit.io/icon.svg",
"version": "0.29.8",
"version": "0.30.0",
"license": "MIT",

@@ -17,0 +17,0 @@ "repository": {

@@ -23,3 +23,3 @@ <div align="center">

> Think a better replacement for your ORMs and migration tools (combined)! Linked QL is a next generation database query client and migration wizard that helps you cut through the complexities with ease!
> Think a better replacement for your ORMs and migration tools (combined)!

@@ -30,4 +30,6 @@ <div align="center">

Try a modern approach to database abstraction! Linked QL is JS-based and database-agnostic—supporting PostgreSQL, MySQL and mariadb (on the backend), and [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) (in the browser)!
Linked QL is a next generation databaase query client and migration wizard that helps you cut through the complexities with ease! `v0.3` is our latest iteration yet!
Linked QL is JS-based and database-agnostic—supporting PostgreSQL, MySQL and mariadb (on the backend), and [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) (in the browser)!
</div>

@@ -34,0 +36,0 @@

@@ -21,3 +21,3 @@ import { AlterTable } from '../lang/ddl/database/actions/AlterTable.js';

async savepoint(params = {}) { return (await this.client.getSavepoints({ ...params, selector: this.name }))[0]; }
async savepoint(params = {}) { return (await this.client.getSavepoints({ ...params, forState: true, selector: this.name }))[0]; }

@@ -24,0 +24,0 @@ async version() { return (await this.savepoint())?.versionTag() || 0; }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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