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

@types/mongoose-lean-virtuals

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

@types/mongoose-lean-virtuals - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

9

mongoose-lean-virtuals/package.json
{
"name": "@types/mongoose-lean-virtuals",
"version": "0.5.1",
"version": "0.5.2",
"description": "TypeScript definitions for mongoose-lean-virtuals",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mongoose-lean-virtuals",
"license": "MIT",

@@ -22,6 +23,6 @@ "contributors": [

"dependencies": {
"@types/mongoose": "*"
"@types/mongoose": "5.10.5"
},
"typesPublisherContentHash": "5b4cb50278a11211ba8d7dfb215b49b307a01f62ba8fd0cee7bcc3008f3c3a6e",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "7833da147a6e909eb3162eae4b47718f533078022cbfd4c672fec1a05e1a19ae",
"typeScriptVersion": "3.6"
}

@@ -9,5 +9,23 @@ # Installation

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mongoose-lean-virtuals.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mongoose-lean-virtuals/index.d.ts)
````ts
// Type definitions for mongoose-lean-virtuals 0.5
// Project: https://github.com/vkarpov15/mongoose-lean-virtuals
// Definitions by: Isaac Herrera <https://github.com/isaacdecoded>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 3.2
import { Schema } from 'mongoose';
declare function mongooseLeanVirtuals(schema: Schema): void;
declare namespace mongooseLeanVirtuals {
}
export = mongooseLeanVirtuals;
````
### Additional Details
* Last updated: Fri, 24 Apr 2020 22:49:26 GMT
* Last updated: Tue, 01 Jun 2021 20:32:02 GMT
* Dependencies: [@types/mongoose](https://npmjs.com/package/@types/mongoose)

@@ -14,0 +32,0 @@ * Global values: none

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