Socket
Socket
Sign inDemoInstall

eojuk

Package Overview
Dependencies
30
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.10.3 to 0.10.4

4

dist/output/mongery.js

@@ -26,3 +26,5 @@ "use strict";

}
const bsonName = (0, name_1.convertNameCaseByOption)("CAMEL", column.name);
const bsonName = column.name == "_id"
? "_id"
: (0, name_1.convertNameCaseByOption)("CAMEL", column.name);
// PrimaryKey 강제 추가 옵션

@@ -29,0 +31,0 @@ if (column.name == this.option.autoAddPrimaryKey) {

{
"name": "eojuk",
"version": "0.10.3",
"version": "0.10.4",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [

# eojuk
![](https://img.shields.io/badge/language-Typescript-yellow) ![](https://img.shields.io/badge/version-0.10.3-brightgreen) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)]()
![](https://img.shields.io/badge/language-Typescript-yellow) ![](https://img.shields.io/badge/version-0.10.4-brightgreen) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)]()

@@ -5,0 +5,0 @@ 어죽은 테이블 작성 쿼리를 ORM 코드들로 변환해주는 유용한 도구입니다.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc