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

mongoose-tsgen

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongoose-tsgen - npm Package Compare versions

Comparing version 9.0.5 to 9.0.6

4

lib/helpers/parser.js

@@ -88,3 +88,5 @@ "use strict";

Boolean,
"Boolean",
Date,
"Date",
Buffer,

@@ -130,4 +132,6 @@ "Buffer",

case Boolean:
case "Boolean":
return "boolean";
case Date:
case "Date":
return "Date";

@@ -134,0 +138,0 @@ case mongoose_1.default.Types.Buffer:

2

package.json
{
"name": "mongoose-tsgen",
"description": "A Typescript interface generator for Mongoose that works out of the box.",
"version": "9.0.5",
"version": "9.0.6",
"author": "Francesco Virga @francescov1",

@@ -6,0 +6,0 @@ "bin": {

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