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.73 to 2.0.74

8

lib/builders.d.ts

@@ -277,12 +277,12 @@ import { Container, Constructor, IContainer } from '@spinajs/di';

protected _column: string[];
protected _parent: InsertQueryBuilder;
protected _parent: QueryBuilder;
protected _columnsToUpdate: Array<string | RawQuery>;
protected _container: IContainer;
constructor(container: IContainer, insertQueryBuilder: InsertQueryBuilder, column?: string | string[]);
constructor(container: IContainer, insertQueryBuilder: QueryBuilder, column?: string | string[]);
getColumn(): string[];
getColumnsToUpdate(): (string | RawQuery)[];
getParent(): InsertQueryBuilder;
getParent(): QueryBuilder<any>;
update(columns: string[] | RawQuery[]): this;
then<TResult1, TResult2 = never>(onfulfilled?: (value: any) => TResult1 | PromiseLike<TResult1>, onrejected?: (reason: any) => TResult2 | PromiseLike<TResult2>): PromiseLike<TResult1 | TResult2>;
toDB(): ICompilerOutput;
toDB(): ICompilerOutput | ICompilerOutput[];
}

@@ -289,0 +289,0 @@ export declare class UpdateQueryBuilder<T> extends QueryBuilder<IUpdateResult> {

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

NewInstance(),
__metadata("design:paramtypes", [Object, InsertQueryBuilder, Object])
__metadata("design:paramtypes", [Object, QueryBuilder, Object])
], OnDuplicateQueryBuilder);

@@ -843,0 +843,0 @@ export { OnDuplicateQueryBuilder };

{
"name": "@spinajs/orm",
"version": "2.0.73",
"version": "2.0.74",
"description": "framework orm module",

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

"dependencies": {
"@spinajs/configuration": "^2.0.73",
"@spinajs/di": "^2.0.73",
"@spinajs/exceptions": "^2.0.73",
"@spinajs/log": "^2.0.73",
"@spinajs/reflection": "^2.0.73",
"@spinajs/configuration": "^2.0.74",
"@spinajs/di": "^2.0.74",
"@spinajs/exceptions": "^2.0.74",
"@spinajs/log": "^2.0.74",
"@spinajs/reflection": "^2.0.74",
"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