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

@spinajs/orm-sql

Package Overview
Dependencies
Maintainers
1
Versions
334
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/orm-sql - npm Package Compare versions

Comparing version 1.0.25 to 1.0.26

4

lib/compilers.js

@@ -211,4 +211,4 @@ "use strict";

(where.expression ? ` WHERE ${where.expression}` : '') +
limit.expression +
sort.expression;
sort.expression +
limit.expression;
const bindings = [];

@@ -215,0 +215,0 @@ bindings.push(...join.bindings);

{
"name": "@spinajs/orm-sql",
"version": "1.0.25",
"version": "1.0.26",
"description": "SpinaJS orm basic sql language support. Use it as base for specific db drivers",

@@ -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