Socket
Socket
Sign inDemoInstall

baiji

Package Overview
Dependencies
188
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.25 to 0.8.26

TODO.md

1

lib/utils/buildArgs.js

@@ -37,2 +37,3 @@ 'use strict';

val = fromContext ? ctx.param(name) : _.get(rawArgs, name);
val = _.clone(val);
}

@@ -39,0 +40,0 @@

26

package.json
{
"name": "baiji",
"version": "0.8.25",
"version": "0.8.26",
"description": "Baiji is an easy to use and opinionated micro-framework for writing scalable and REST-like web APIs. Its main goals are parameter validation, entities, hooks, scalability and allowing rapid development and deployment of such APIs.",

@@ -35,19 +35,19 @@ "main": "index.js",

"any-promise": "^1.3.0",
"baiji-normalizer": "^1.0.7",
"body-parser": "^1.18.2",
"chalk": "^2.3.0",
"cors": "^2.8.4",
"debug": "^3.1.0",
"baiji-normalizer": "^1.0.8",
"body-parser": "^1.19.0",
"chalk": "^2.4.2",
"cors": "^2.8.5",
"debug": "^4.1.1",
"delegates": "^1.0.0",
"express": "^4.16.2",
"http-errors": "^1.6.2",
"express": "^4.17.1",
"http-errors": "^1.7.3",
"js2xmlparser": "^3.0.0",
"lodash": "^4.17.4",
"lodash": "^4.17.15",
"methods": "^1.1.2",
"micromatch": "^3.1.4",
"multer": "^1.3.0",
"micromatch": "^3.1.10",
"multer": "^1.4.2",
"on-finished": "^2.3.0",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4"
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0"
}
}

Sorry, the diff of this file is not supported yet

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