Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

express-routes-as-object

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-routes-as-object - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

LICENSE

25

package.json
{
"name": "express-routes-as-object",
"version": "1.0.1",
"description": "",
"version": "1.0.2",
"description": "Write clean and modularized expressjs route as object",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/emmajnr1000/express-routes-as-object"
},
"homepage": "https://github.com/emmajnr1000/express-routes-as-object#readme",
"directories": {

@@ -18,8 +23,18 @@ "lib": "lib"

},
"files": [
"lib"
],
"keywords": [
"express-routes-as-object",
"express-routes",
"express",
"route",
"object",
"sails"
],
"scripts": {
"test": "mocha — timeout 10000"
},
"keywords": [],
"author": "",
"license": "ISC"
"author": "emmanuel uchewa",
"license": "MIT"
}

4

README.md

@@ -114,6 +114,2 @@ # express-routes-as-object

###### NOTE
The `qs` library is preferable if you need to stringify nested objects, as the `querystring` method has known issues with that use case (https://github.com/nodejs/node-v0.x-archive/issues/1665).
## Credits

@@ -120,0 +116,0 @@

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