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

restful-goose

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

restful-goose - npm Package Compare versions

Comparing version 1.3.7-b to 1.3.7-c

2

lib/helpers.js

@@ -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",

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