New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@spinajs/orm

Package Overview
Dependencies
Maintainers
1
Versions
376
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.54 to 2.0.55

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.54",
"version": "2.0.55",
"description": "framework orm module",

@@ -52,7 +52,7 @@ "exports": "./lib/index.js",

"dependencies": {
"@spinajs/configuration": "^2.0.54",
"@spinajs/di": "^2.0.54",
"@spinajs/exceptions": "^2.0.54",
"@spinajs/log": "^2.0.54",
"@spinajs/reflection": "^2.0.54",
"@spinajs/configuration": "^2.0.55",
"@spinajs/di": "^2.0.55",
"@spinajs/exceptions": "^2.0.55",
"@spinajs/log": "^2.0.55",
"@spinajs/reflection": "^2.0.55",
"glob": "^8.1.0",

@@ -59,0 +59,0 @@ "lodash": "^4.17.21",

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