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

@spinajs/orm

Package Overview
Dependencies
Maintainers
1
Versions
341
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/orm - npm Package Compare versions

Comparing version 1.0.15 to 1.0.16

2

lib/driver.js

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

if ((_a = this.Options.Debug) === null || _a === void 0 ? void 0 : _a.Queries) {
this.Log.trace("[ QUERY ] raw query: {0} , bindings: {1}, context: {2}", stmt, params.join(","), context);
this.Log.trace("[ QUERY ] raw query: %s , bindings: %s, context: %s", stmt, params.join(","), context);
}

@@ -28,0 +28,0 @@ return undefined;

{
"name": "@spinajs/orm",
"version": "1.0.15",
"version": "1.0.16",
"description": "SpinaJS Orm module",

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