New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bridge-mongo

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bridge-mongo - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

4

dist/Example/Controllers/user.d.ts

@@ -33,3 +33,3 @@ import { Controller } from 'bridgets';

_id: number | undefined;
a: {
a: ({
createdAt: Date;

@@ -48,3 +48,3 @@ name: string;

dda: string;
};
})[];
}[];

@@ -51,0 +51,0 @@ total: number;

@@ -48,3 +48,3 @@ import { PipelineStage } from 'mongoose';

$push: '$$ROOT';
} ? ModelI : never;
} ? ModelI[] : never;
}, AllDBI>;

@@ -51,0 +51,0 @@ sort: (sortData: SortData<ModelI>) => AggI<ModelI, AllDBI>;

{
"name": "bridge-mongo",
"version": "0.0.14",
"version": "0.0.15",
"description": "A mongodb ORM on top of mongoose that match perfectly with the bridgets framework",

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

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