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

@nerd-coder/fastify-mongoose

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nerd-coder/fastify-mongoose - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

package.json
{
"name": "@nerd-coder/fastify-mongoose",
"version": "0.2.2",
"version": "0.2.3",
"description": "A Fastify plugin to connect to a MongoDB instance via the Mongoose ODM",

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

@@ -1,6 +0,6 @@

import { FastifyInstance, Plugin } from 'fastify/fastify'
import { FastifyInstance, Plugin } from 'fastify'
import { Server, IncomingMessage, ServerResponse } from 'http'
import { Connection, ConnectionOptions, Schema } from 'mongoose'
declare module 'fastify/fastify' {
declare module 'fastify' {
interface FastifyInstance {

@@ -7,0 +7,0 @@ mongoose: Connection

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