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

@spinajs/intl-orm

Package Overview
Dependencies
Maintainers
1
Versions
304
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/intl-orm - npm Package Compare versions

Comparing version 1.2.162 to 1.2.165

1

lib/index.d.ts
import { IModelDescriptor, ModelBase, Orm, OrmRelation, SelectQueryBuilder, QueryBuilder, QueryMiddleware, IBuilderMiddleware } from '@spinajs/orm';
import { TranslationSource } from '@spinajs/intl';
export * from './decorators';
export * from './model';
declare module '@spinajs/orm' {

@@ -5,0 +6,0 @@ interface ISelectBuilderExtensions<T = any> {

@@ -39,2 +39,3 @@ "use strict";

__exportStar(require("./decorators"), exports);
__exportStar(require("./model"), exports);
let IntlModelRelation = class IntlModelRelation extends orm_1.OrmRelation {

@@ -41,0 +42,0 @@ constructor(_lang, _orm, _query, _mDescriptor, _parentRelation) {

12

package.json
{
"name": "@spinajs/intl-orm",
"version": "1.2.162",
"version": "1.2.165",
"description": "Internationalization support for ORM module",

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

"@spinajs/exceptions": "^1.2.127",
"@spinajs/intl": "^1.2.137",
"@spinajs/intl": "^1.2.165",
"@spinajs/log": "^1.2.137",
"@spinajs/orm": "^1.2.161",
"@spinajs/reflection": "^1.2.137",
"@spinajs/orm": "^1.2.165",
"@spinajs/reflection": "^1.2.165",
"luxon": "^2.4.0",

@@ -53,5 +53,5 @@ "typescript-mix": "^3.1.3"

"devDependencies": {
"@spinajs/orm-sqlite": "^1.2.161"
"@spinajs/orm-sqlite": "^1.2.165"
},
"gitHead": "0e753ff7cce1a26ac3aa3e5ef6f3c87156717beb"
"gitHead": "88312a9539d8a9650b4a47430d8ef2a0d3ebd2a2"
}

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