// npm package
finup-mongo-library
Моя библиотека для работы с MongoDB
weekly
1,039
monthly
5,138
versions
266
maintainers
1
license
MIT
first publish
2025-01-10
publisher
vladmda
tarball
523,149 B
AUTO-PUBLISHED·1 version indexed·latest published 2026-05-22
// offending code· @4.0.3· no static-pattern hits
llm: benign · 0.85→ No suspicious destination, no remote-exec shape — 1 known-vendor host(s).
- @4.0.3··AUTO-PUBLISHED·publisher: vladmdaheuristic 75/100static flags 0llm benign (0.85) via ollamanew-publisher:7dpopularity:highmature-packageosv-flagged:MAL-2026-4564
→ No suspicious destination, no remote-exec shape — 1 known-vendor host(s).
// offending code· no static-pattern hits
--- install scripts --- ### prepare npm run build --- package.json (entry) --- { "name": "finup-mongo-library", "version": "4.0.3", "description": "Моя библиотека для работы с MongoDB", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "prepare": "npm run build" }, "keywords": [ "nestjs", "mongo", "mongoose", "library" ], "author": "Тайлер Дерден", "license": "MIT", "dependencies": { "@nestjs/mongoose": "^10.0.1", "@nestjs/passport": "^10.0.3", "@nestjs/swagger": "^8.1.0", "@sentry/nestjs": "^8.48.0", "@sentry/profiling-node": "^8.48.0", "axios": "^1.7.9", "bcrypt": "^5.1.1", "class-transformer": "^0.5.1", "class-validator": "^0.14.1", "express": "^4.21.2", "mongodb": "^6.12.0", "mongoose": "^8.9.5", "pluralize": "^8.0.0" }, "devDependencies": { "@types/node": "^18.19.70", "typescript": "^5.0.0" } } --- index.js (entry) --- "use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); __exportStar(require("./schemas/Account.schema"), exports); __exportStar(require("./schemas/ApiKey.schema"), exports); __exportStar(require("./schemas/Verification.schema"), exports); __exportStar(require("./schemas/AuthAttempt.schema"), exports); __exportStar(require("./schemas/Card.schema"), exports); __exportStar(require("./schemas/CardType.schema"), exports); __exportStar(require("./schemas/Coin.schema"), exports); __exportStar(require --- bundled output (OSV-MAL flagged — LLM scope expansion) --- --- dist/index.d.ts (bundled) --- export * from './schemas/Account.schema'; export * from './schemas/ApiKey.schema'; export * from './schemas/Verification.schema'; export * from './schemas/AuthAttempt.schema'; export * from './schemas/Card.schema'; export * from './schemas/CardType.schema'; export * from './schemas/Coin.schema'; export * from './schemas/Conversion.schema'; export * from './schemas/GetResponseSyncLog.schema'; export * from './schemas/Currency.schema'; export * from './schemas/DWMethod.schema'; export * from './schemas/EmailConfirmation.schema'; export * from './schemas/Enterprise'; export * from './schemas/FixedFee.schema'; export * from './schemas/Homie'; export * from './schemas/Invoice.schema'; export * from './schemas/lock.schema'; export * from './schemas/Log.schema'; export * from './schemas/ManualActions.schema'; export * from './schemas/Member.schema'; export * from './schemas/Merchant.schema'; export * from './schemas/Network.schema'; export * from './schemas/Notification.schema'; export * from './schemas/NotificationSubscribe.schema'; export * from './schemas/Otp.schema'; export * from './schemas/Payment.schema'; export * from './schemas/PercentageFee.schema'; export * from './schemas/PriceList'; export * from './schemas/Promocode.schema'; export * from './schemas/Rate.schema'; export * from './schemas/ReferralCode.schema'; export * from './schemas/Requisite.schema'; export * from './schemas/ResetPassword.schema'; export * from './schemas/Session.schema'; export * from './schemas/Standart'; export * from './schemas/Transaction.schema'; export * from './schemas/Treasury.schema'; export * from './schemas/TwoFactor.schema'; export * from './schemas/User.schema'; export * from './schemas/wallet.schema'; export * from './schemas/WithdrawMethod.schema'; export * from './schemas/Webhook.schema'; export * from './schemas/WebhookSubscribe.schema'; export * from './schemas/GetResponseContactMap.schema'; export * from './schemas/MailgunEmailAttempt.schema'; export * from './schemas/Ma --- dist/index.js (bundled) --- "use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); __exportStar(require("./schemas/Account.schema"), exports); __exportStar(require("./schemas/ApiKey.schema"), exports); __exportStar(require("./schemas/Verification.schema"), exports); __exportStar(require("./schemas/AuthAttempt.schema"), exports); __exportStar(require("./schemas/Card.schema"), exports); __exportStar(require("./schemas/CardType.schema"), exports); __exportStar(require("./schemas/Coin.schema"), exports); __exportStar(require("./schemas/Conversion.schema"), exports); __exportStar(require("./schemas/GetResponseSyncLog.schema"), exports); __exportStar(require("./schemas/Currency.schema"), exports); __exportStar(require("./schemas/DWMethod.schema"), exports); __exportStar(require("./schemas/EmailConfirmation.schema"), exports); __exportStar(require("./schemas/Enterprise"), exports); __exportStar(require("./schemas/FixedFee.schema"), exports); __exportStar(require("./schemas/Homie"), exports); __exportStar(require("./schemas/Invoice.schema"), exports); __exportStar(require("./schemas/lock.schema"), exports); __exportStar(require("./schemas/Log.schema"), exports); __exportStar(require("./schemas/ManualActions.schema"), exports); __exportStar(require("./schemas/Member.schema"), exports); __exportStar(require("./sche --- dist/types/AccountCreate.output.d.ts (bundled) --- export declare class _AccountCreateOutput { } --- dist/types/AccountCreate.output.js (bundled) --- "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports._AccountCreateOutput = void 0; class _AccountCreateOutput { } exports._AccountCreateOutput = _AccountCreateOutput; --- dist/types/CardData.d.ts (bundled) --- export declare class CardData { bankTransactionId: string; bankCreatedAt: string; bankDeclineReason: string; cardAmount: number; cardCurrency: string; originalAmount: number; originalCurrency: string; merchantName: string; merchantId: string; merchantCountry: string; merchantCategory: string; } --- dist/types/CardData.dto.d.ts (bundled) --- export declare class CardDataDto { bank_transaction_id: string; bank_created_at: string; original_amount: number; original_currency: string; merchant_name: string; icon: string; category: string; } --- dist/types/CardData.dto.js (bundled) --- "use strict"; var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; return c > 3 && r && Object.defineProperty(target, key, r), r; }; var __metadata = (this && this.__metadata) || function (k, v) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); }; Object.defineProperty(exports, "__esModule", { value: true }); exports.CardDataDto = void 0; const class_validator_1 = require("class-validator"); class CardDataDto { } exports.CardDataDto = CardDataDto; __decorate([ (0, class_validator_1.IsString)(), (0, class_validator_1.IsNotEmpty)(), __metadata("design:type", String) ], CardDataDto.prototype, "bank_transaction_id", void 0); __decorate([ (0, class_validator_1.IsDateString)(), (0, class_validator_1.IsNotEmpty)(), __metadata("design:type", String) ], CardDataDto.prototype, "bank_created_at", void 0); __decorate([ (0, class_validator_1.IsNumber)(), (0, class_validator_1.IsNotEmpty)(), __metadata("design:type", Number) ], CardDataDto.prototype, "original_amount", void 0); __decorate([ (0, class_validator_1.IsString)(), (0, class_validator_1.IsNotEmpty)(), __metadata("design:type", String) ], CardDataDto.prototype, "original_currency", void 0); __decorate([ (0, class_validator_1.IsString)(), (0, class_validator_1.IsNotEmpty)(), __metadata("design:type", String) ], CardDataDto.prototype, "merchant_name", void 0); __decorate([ (0, class_validator_1.IsString)(), (0, class_validator_1.IsOptional)(), __m --- dist/types/CardData.js (bundled) --- "use strict"; var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; return c > 3 && r && Object.defineProperty(target, key, r), r; }; var __metadata = (this && this.__metadata) || function (k, v) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); }; Object.defineProperty(exports, "__esModule", { value: true }); exports.Card
