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

@mongoosejs/studio

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mongoosejs/studio - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

2

backend/actions/Model/getDocument.js

@@ -39,3 +39,3 @@ 'use strict';

return { doc, schemaPaths };
return { doc: doc.toJSON({ virtuals: false, getters: false, transform: false }), schemaPaths };
};

@@ -68,3 +68,7 @@ 'use strict';

return { docs, schemaPaths, numDocs: numDocuments };
return {
docs: docs.map(doc => doc.toJSON({ virtuals: false, getters: false, transform: false })),
schemaPaths,
numDocs: numDocuments
};
};
{
"name": "@mongoosejs/studio",
"version": "0.0.10",
"version": "0.0.11",
"dependencies": {

@@ -5,0 +5,0 @@ "archetype": "0.13.0",

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