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.1.0 to 1.1.1

1

dist/entities/Example/Example.repository.js

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

super(ExampleRepository.COLLECTION_NAME, Example_model_1.exampleSchema, Example_model_1.toClientExample);
console.info(`Created derived repository for examples`);
}

@@ -11,0 +12,0 @@ }

4

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

@@ -20,3 +20,3 @@ "main": "dist/index.js",

"dependencies": {
"@test137e29b/fm-mongoose-repository": "1.0.2",
"@test137e29b/fm-mongoose-repository": "1.0.3",
"mongoose": "8.6.0"

@@ -23,0 +23,0 @@ },

@@ -8,3 +8,4 @@ import { MongoRepository } from '@test137e29b/fm-mongoose-repository';

super(ExampleRepository.COLLECTION_NAME, exampleSchema, toClientExample);
console.info(`Created derived repository for examples`);
}
}

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