Socket
Socket
Sign inDemoInstall

eobject

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eobject - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

README.md

4

index.js

@@ -8,2 +8,4 @@ var object = {}

module.exports.setup = function(recievedObject, settings) {
var eobjectSettings = settings || {}
// Sets the object with the object recieved from the setup function.

@@ -14,3 +16,3 @@ object = recievedObject;

if(settings.debug === true) debugSetting = true
if(eobjectSettings.debug === true) debugSetting = true
}

@@ -17,0 +19,0 @@

{
"name": "eobject",
"version": "0.2.0",
"version": "0.2.1",
"description": "Generate Express.js routes easily and automatically from a object.",

@@ -9,9 +9,12 @@ "main": "index.js",

},
"keywords": ["express","object","json","route","generator"],
"keywords": [
"express",
"object",
"json",
"route",
"generator"
],
"author": "stellasphere",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.1",
"express": "^4.17.1"
},
"dependencies": {},
"devDependencies": {},

@@ -18,0 +21,0 @@ "repository": {

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