Socket
Socket
Sign inDemoInstall

eobject

Package Overview
Dependencies
63
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.1 to 0.3.2

2

.upm/store.json

@@ -1,1 +0,1 @@

{"version":2,"languages":{"nodejs-npm":{"specfileHash":"1fab8a568645b10e976565e32b32ece9","lockfileHash":"fe47edf27b6b00032b14c2b70a930d49","guessedImports":["body-parser","express"],"guessedImportsHash":"7e92f09bc4dc1580ef0123fbd0bc30ff"}}}
{"version":2,"languages":{"nodejs-npm":{"specfileHash":"5ccbea0e4d1f436d8ba8ec75075f388e","lockfileHash":"c66164a8d3eb55c0405c42ab46626bf5"}}}
{
"name": "eobject",
"version": "0.3.1",
"version": "0.3.2",
"description": "Generate Express.js routes easily and automatically from a object.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -115,3 +115,3 @@ # eobject

### Pulling arguments from the request body
eobject also has the option of pulling argument data from a JSON-formatted body of a HTTP request. This functionality can be enabled via the `acceptbodyfunctionarguments` option in the [settings] (#settings-options).
eobject also has the option of pulling argument data from a JSON-formatted body of a HTTP request. **This functionality must be enabled via the `acceptbodyfunctionarguments` option in the [settings] (#settings-options) in order to be used.**

@@ -118,0 +118,0 @@ Although having a body for other types of requests is theoretically valid, eobject only accepts common practice request bodies in PUT, POST and PATCH requests.

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