restful-goose
Advanced tools
Comparing version 1.3.7-b to 1.3.7-c
@@ -53,3 +53,3 @@ var _ = require('lodash'); | ||
omittedPaths = _.concat(omittedPaths, Object.keys(refs)); | ||
attrs = _.mapKeys(_.omit(doc.toObject(), omittedPaths), function(v,k) { | ||
attrs = _.mapKeys(_.omit(doc.toObject({ virtuals: true }), omittedPaths), function(v,k) { | ||
return _.kebabCase(k).toLowerCase(); | ||
@@ -56,0 +56,0 @@ }); |
{ | ||
"name": "restful-goose", | ||
"version": "1.3.7b", | ||
"version": "1.3.7c", | ||
"description": "Yet another RESTful microservice generator for Mongoose with an emphasis on flexibility", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
67965