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
357
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.2.50 to 1.2.57

2

lib/compilers.js

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

_table() {
return `CREATE TABLE ${this.tableAliasCompiler(this.builder)}`;
return `CREATE TABLE ${this.builder.CheckExists ? 'IF NOT EXISTS ' : ''}${this.tableAliasCompiler(this.builder)}`;
}

@@ -531,0 +531,0 @@ };

{
"name": "@spinajs/orm-sql",
"version": "1.2.50",
"version": "1.2.57",
"description": "framework orm sql language module",

@@ -45,6 +45,6 @@ "main": "lib/index.js",

"@spinajs/di": "^1.2.32",
"@spinajs/orm": "^1.2.50",
"@spinajs/orm": "^1.2.57",
"typescript-mix": "^3.1.3"
},
"gitHead": "b3b0f8f2e54312b752a57b3582c992aa06c74fca"
"gitHead": "adc7cfe5190909c7613913fc62efacff5e65378a"
}

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