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

@test137e29b/module-hrp-database-types

Package Overview
Dependencies
Maintainers
0
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@test137e29b/module-hrp-database-types - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

1

dist/index.d.ts
import { MongoRepository } from '@test137e29b/fm-mongoose-repository';
export { exportMongoRepository } from './wrapper/ExportWrapper';
export declare const ALL_REPOSITORIES: Array<MongoRepository<any>>;
export declare const exampleRepository: import("@test137e29b/fm-mongoose-repository").ExportedRepository<import("./entities/Example/Example.model").DBExample, import("@test137e29b/fm-mongoose-repository/dist/repository/types").ClientEntity<import("./entities/Example/Example.model").DBExample>, Partial<Omit<import("@test137e29b/fm-mongoose-repository/dist/repository/types").ClientEntity<import("./entities/Example/Example.model").DBExample>, "_id" | "createdAt" | "updatedAt">>>;

4

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.exampleRepository = exports.ALL_REPOSITORIES = void 0;
exports.exampleRepository = exports.ALL_REPOSITORIES = exports.exportMongoRepository = void 0;
const Example_repository_1 = require("./entities/Example/Example.repository");
const ExportWrapper_1 = require("./wrapper/ExportWrapper");
var ExportWrapper_2 = require("./wrapper/ExportWrapper");
Object.defineProperty(exports, "exportMongoRepository", { enumerable: true, get: function () { return ExportWrapper_2.exportMongoRepository; } });
// Add to `ALL_REPOSITORIES` array as the hrp-database module uses this array to initialize the repositories

@@ -7,0 +9,0 @@ // into FiveM exports. They cannot be initialized here, or will exist in every single module's exports.

{
"name": "@test137e29b/module-hrp-database-types",
"version": "1.0.2",
"version": "1.0.3",
"description": "Database Types and Exported Repository Wrappers for HorizonRP on FiveM.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

import { MongoRepository } from '@test137e29b/fm-mongoose-repository';
import { exampleMongooseRepository } from './entities/Example/Example.repository';
import { wrapExportedRepository } from './wrapper/ExportWrapper';
export { exportMongoRepository } from './wrapper/ExportWrapper';

@@ -5,0 +6,0 @@ // Add to `ALL_REPOSITORIES` array as the hrp-database module uses this array to initialize the repositories

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