Socket
Socket
Sign inDemoInstall

mongoose-lean-virtuals

Package Overview
Dependencies
288
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.0 to 0.9.1

.github/ISSUE_TEMPLATE.md

4

CHANGELOG.md

@@ -0,1 +1,5 @@

0.9.1 / 2022-04-28
==================
* fix(types): allow default import, named import, wildcard import #60 [IslandRhythms](https://github.com/IslandRhythms)
0.9.0 / 2021-10-14

@@ -2,0 +6,0 @@ ==================

5

index.js

@@ -216,2 +216,5 @@ 'use strict';

return virtualType.options && (virtualType.options.ref || virtualType.options.refPath);
}
}
module.exports.defaults = module.exports;
module.exports.mongooseLeanVirtuals = module.exports;
{
"name": "mongoose-lean-virtuals",
"version": "0.9.0",
"version": "0.9.1",
"description": "Attach virtuals to the results of mongoose queries when using `.lean()`",

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

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