Socket
Socket
Sign inDemoInstall

cmbf-hapi-restmodel

Package Overview
Dependencies
10
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.6 to 0.5.7

6

lib/services/show-model.js

@@ -7,8 +7,4 @@

log.debug("Show %s(%s) request", Model.name, msg.id);
return Model.show(msg.id).then(function(model) {
if(model) {
return model.toJSON();
}
});
return Model.show(msg.id);
}
};

2

package.json
{
"name": "cmbf-hapi-restmodel",
"version": "0.5.6",
"version": "0.5.7",
"author": "Joel Grenon <joelgrenon@covistra.com>",

@@ -5,0 +5,0 @@ "description": "Hapi plugin building a REST Api from Joi schema, backed by covistra-mongo plugin",

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