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

@uql/sqlite

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uql/sqlite - npm Package Compare versions

Comparing version 0.4.89 to 0.4.90

4

package.json

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "0.4.89",
"version": "0.4.90",
"main": "index.js",

@@ -26,3 +26,3 @@ "types": "index.d.ts",

"@types/sqlite3": "^3.1.8",
"@uql/core": "^0.4.89",
"@uql/core": "^0.4.90",
"copyfiles": "^2.4.1",

@@ -29,0 +29,0 @@ "rimraf": "^3.0.2",

@@ -162,3 +162,3 @@ # [uql](https://uql.io) · [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/rogerpadilla/uql/blob/main/LICENSE) [![tests](https://github.com/rogerpadilla/uql/actions/workflows/tests.yml/badge.svg)](https://github.com/rogerpadilla/uql) [![coverage status](https://coveralls.io/repos/rogerpadilla/uql/badge.svg?branch=main)](https://coveralls.io/r/rogerpadilla/uql?branch=main) [![npm version](https://badge.fury.io/js/%40uql%2Fcore.svg)](https://badge.fury.io/js/%40uql%2Fcore)

await this.querier.insertOne(User, {
const id = await this.querier.insertOne(User, {
email: 'lorem@example.com',

@@ -165,0 +165,0 @@ profile: { picture: 'ipsum.jpg' },

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