Socket
Socket
Sign inDemoInstall

sqlite3orm

Package Overview
Dependencies
122
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.6.3 to 2.6.4

4

package.json
{
"name": "sqlite3orm",
"version": "2.6.3",
"version": "2.6.4",
"description": "ORM for sqlite3 and TypeScript/JavaScript",

@@ -36,3 +36,3 @@ "main": "./index.js",

"reflect-metadata": "^0.1.13",
"sqlite3": "^5.0.3"
"sqlite3": "^5.0.8"
},

@@ -39,0 +39,0 @@ "typescript": {

@@ -203,3 +203,3 @@ "use strict";

if (typeof where === 'string') {
where = where.trimLeft();
where = where.trimStart();
if (!where.length) {

@@ -206,0 +206,0 @@ return '';

[![npm version](https://badge.fury.io/js/sqlite3orm.svg)](https://badge.fury.io/js/sqlite3orm)
[![Build Status](https://api.travis-ci.com/gms1/node-sqlite3-orm.svg?branch=master)](https://app.travis-ci.com/gms1/node-sqlite3-orm)
[![Build Status](https://github.com/gms1/node-sqlite3-orm/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/gms1/node-sqlite3-orm/actions/workflows/build.yml)
[![Coverage Status](https://codecov.io/gh/gms1/node-sqlite3-orm/branch/master/graph/badge.svg)](https://codecov.io/gh/gms1/node-sqlite3-orm)

@@ -4,0 +4,0 @@ [![DeepScan Grade](https://deepscan.io/api/projects/699/branches/1107/badge/grade.svg)](https://deepscan.io/dashboard/#view=project&pid=699&bid=1107)

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc