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

mongodb-instance-model

Package Overview
Dependencies
Maintainers
38
Versions
544
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-instance-model - npm Package Compare versions

Comparing version 9.0.2 to 9.0.3

10

lib/model.js

@@ -49,2 +49,9 @@ var _ = require('lodash');

var genuineMongoDB = AmpersandState.extend({
props: {
isGenuine: 'boolean',
dbType: 'string'
}
});
var Instance = AmpersandModel.extend({

@@ -102,3 +109,4 @@ modelType: 'Instance',

host: HostInfo,
build: BuildInfo
build: BuildInfo,
genuineMongoDB: genuineMongoDB
},

@@ -105,0 +113,0 @@ /**

2

package.json

@@ -5,3 +5,3 @@ {

"author": "Lucas Hrabovsky <lucas@mongodb.com>",
"version": "9.0.2",
"version": "9.0.3",
"bugs": "https://github.com/mongodb-js/instance-model/issues",

@@ -8,0 +8,0 @@ "homepage": "https://github.com/mongodb-js/instance-model",

Sorry, the diff of this file is not supported yet

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