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

@simplysm/sd-orm-common

Package Overview
Dependencies
Maintainers
1
Versions
619
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@simplysm/sd-orm-common - npm Package Compare versions

Comparing version 3.5.50 to 3.5.51

2

dist-browser/Queryable.js

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

var db = qrs[0].db;
var cqrs = qrs.map(function (item) { return new Queryable(db, item); });
var cqrs = qrs.map(function (item) { return new Queryable(db, item).wrap().clearOrderBy(); });
var entity = {};

@@ -68,0 +68,0 @@ for (var _i = 0, _a = Object.keys(cqrs[0]._entity); _i < _a.length; _i++) {

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

const db = qrs[0].db;
const cqrs = qrs.map(item => new Queryable(db, item));
const cqrs = qrs.map(item => new Queryable(db, item).wrap().clearOrderBy());
const entity = {};

@@ -66,0 +66,0 @@ for (const entityKey of Object.keys(cqrs[0]._entity)) {

{
"name": "@simplysm/sd-orm-common",
"version": "3.5.50",
"version": "3.5.51",
"description": "심플리즘 패키지 - ORM 모듈 (browser/node)",

@@ -13,4 +13,4 @@ "author": "김석래",

"dependencies": {
"@simplysm/sd-core-common": "3.5.50"
"@simplysm/sd-core-common": "3.5.51"
}
}

@@ -113,3 +113,3 @@ import { DbContext } from "./DbContext";

const db = qrs[0].db;
const cqrs = qrs.map(item => new Queryable(db, item));
const cqrs = qrs.map(item => new Queryable(db, item).wrap().clearOrderBy());

@@ -116,0 +116,0 @@ // Init entity

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