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
125
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.8.19 to 0.8.21

2

package.json

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

"icon": "https://webqit.io/icon.svg",
"version": "0.8.19",
"version": "0.8.21",
"license": "MIT",

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

@@ -53,3 +53,3 @@ # Linked QL

+ For SQL databases, install the regular SQL client you use for your DB. (Typically, [`pg`](https://github.com/brianc/node-postgres) for PostgreSQL, [`mariadb`](https://github.com/mariadb-corporation/mariadb-connector-nodejs) for mariadb, [`mysql`](https://www.npmjs.com/package/mysql)/[`mysql2`](https://www.npmjs.com/package/mysql2) for MySQL databases.)
1. For SQL databases, install the regular SQL client you use for your DB. (Typically, [`pg`](https://github.com/brianc/node-postgres) for PostgreSQL, [`mariadb`](https://github.com/mariadb-corporation/mariadb-connector-nodejs) for mariadb, [`mysql`](https://www.npmjs.com/package/mysql)/[`mysql2`](https://www.npmjs.com/package/mysql2) for MySQL databases.)

@@ -106,3 +106,3 @@ Using PostgreSQL as an example, install the `pg` client:

+ For the client-side *IndexedDB*, import and instantiate the *IDB* client. _(Coming soon)_
2. For the client-side *IndexedDB*, import and instantiate the *IDB* client. _(Coming soon)_

@@ -117,3 +117,3 @@ ```js

+ To work with Linked QL's in-memory object database, import and instantiate the *ODB* client. _(Coming soon)_
3. To work with Linked QL's in-memory object database, import and instantiate the *ODB* client. _(Coming soon)_

@@ -120,0 +120,0 @@ ```js

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