Socket
Socket
Sign inDemoInstall

lambdaorm-base

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambdaorm-base - npm Package Compare versions

Comparing version 1.4.4 to 1.4.5

2

package.json
{
"name": "lambdaorm-base",
"version": "1.4.4",
"version": "1.4.5",
"description": "ORM",

@@ -5,0 +5,0 @@ "author": "Flavio Lionel Rita <flaviolrita@proton.me>",

@@ -16,12 +16,2 @@ "use strict";

}
// private getContextInfo (clauseInfo: ClauseInfo):ContextInfo {
// return {
// entity: clauseInfo.entity,
// action: clauseInfo.action,
// read: clauseInfo.action === ObservableAction.select,
// write: clauseInfo.action !== ObservableAction.select,
// dml: clauseInfo.action !== ObservableAction.ddl,
// ddl: clauseInfo.action === ObservableAction.ddl
// }
// }
getSource(info, stage) {

@@ -28,0 +18,0 @@ // const contextInfo = this.getContextInfo(clauseInfo)

@@ -25,10 +25,2 @@ "use strict";

})(SentenceType || (exports.SentenceType = SentenceType = {}));
// export enum SentenceCrudAction {
// undefined = 'undefined',
// select = 'select',
// insert = 'insert',
// update = 'update',
// delete = 'delete',
// merge = 'merge'
// }
var SentenceAction;

@@ -35,0 +27,0 @@ (function (SentenceAction) {

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

this.defaults = [];
// this.initialize()
}

@@ -114,0 +113,0 @@ getIncludes() {

@@ -26,3 +26,3 @@ /// <reference types="node" />

declare class UUIDWrapper {
uuidv4(): string;
v4(): string;
isUuid(id: string): boolean;

@@ -29,0 +29,0 @@ empty(): string;

@@ -141,4 +141,4 @@ "use strict";

class UUIDWrapper {
uuidv4() {
return UUID.uuidv4();
v4() {
return UUID.v4();
}

@@ -145,0 +145,0 @@ isUuid(id) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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