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.8.2 to 1.8.3

2

dist/entities/Vehicle/Vehicle.model.js

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

exports.vehicleSchema = new mongoose_1.Schema({
owner: { type: mongoose_1.Types.ObjectId, required: true },
owner: { type: String, required: true },
model: { type: String, required: true },

@@ -10,0 +10,0 @@ numberPlate: { type: String, required: true },

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

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

@@ -8,3 +8,3 @@ import { ClientEntity } from '@test137e29b/fm-mongoose-repository/dist/repository/types';

{
owner: { type: Types.ObjectId, required: true },
owner: { type: String, required: true },
model: { type: String, required: true },

@@ -11,0 +11,0 @@ numberPlate: { type: String, required: true },

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