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
373
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 2.0.50 to 2.0.51

2

lib/statements.js

@@ -162,3 +162,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

const cnt = driver.Container;
this._whereBuilder = cnt.resolve('SelectQueryBuilder', [driver, this._model, this]);
this._whereBuilder = cnt.resolve("SelectQueryBuilder", [driver, this._model, this]);
this._whereBuilder.setAlias(this._tableAlias);

@@ -165,0 +165,0 @@ this._whereCallback.call(this._whereBuilder, [this]);

{
"name": "@spinajs/orm",
"version": "2.0.50",
"version": "2.0.51",
"description": "framework orm module",

@@ -22,4 +22,4 @@ "exports": "./lib/index.js",

"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postinstall": "npm run build"
"version": "npm run format && git add -A src"
},

@@ -26,0 +26,0 @@ "files": [

Sorry, the diff of this file is not supported yet

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