Socket
Socket
Sign inDemoInstall

nestjs-mikro-orm

Package Overview
Dependencies
381
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "nestjs-mikro-orm",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": {

@@ -51,3 +51,3 @@ <p align="center" style="vertical-align:middle">

@Module({
imports: [MikroOrmModule.forFeature([Photo])],
imports: [MikroOrmModule.forFeature({ entities: [Photo] })],
providers: [PhotoService],

@@ -54,0 +54,0 @@ controllers: [PhotoController],

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