Comparing version 4.1.0 to 4.2.0
@@ -8,2 +8,3 @@ /* | ||
var express = require("express"); | ||
var bodyParser = require("body-parser"); | ||
var _ = require("underscore"); | ||
@@ -61,2 +62,6 @@ | ||
_self.app.use(bodyParser.urlencoded({ | ||
"extended": true | ||
})); | ||
// Helpers | ||
@@ -63,0 +68,0 @@ _self.jsonError = function(text, res) { |
{ | ||
"name": "yans", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "Yet Another Node Server", | ||
@@ -17,2 +17,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"body-parser": "^1.12.3", | ||
"compression": "^1.3.0", | ||
@@ -19,0 +20,0 @@ "express": "^4.10.7", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4232
90
6
+ Addedbody-parser@^1.12.3