Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@spinajs/orm-sqlite

Package Overview
Dependencies
Maintainers
1
Versions
333
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/orm-sqlite - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

2

lib/compilers.js

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

bindings,
expression: `ON CONFLICT(${this._builder.getColumn()}) DO UPDATE SET ${columns}`
expression: `ON CONFLICT(${this._builder.getColumn().join(",")}) DO UPDATE SET ${columns}`
};

@@ -69,0 +69,0 @@ }

{
"name": "@spinajs/orm-sqlite",
"version": "1.0.14",
"version": "1.0.15",
"description": "SpinaJS orm sqlite support. Contains sqlite driver.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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