Comparing version 1.7.1 to 1.8.0
{ | ||
"name": "nodegate", | ||
"description": "API gateway made simple, fast and easy to configure.", | ||
"version": "1.7.1", | ||
"version": "1.8.0", | ||
"author": "Julien Martin <martin.julien82@gmail.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -9,2 +9,3 @@ /** | ||
const aggregate = require('./aggregate'); | ||
const executeIf = require('./executeIf'); | ||
const filter = require('./filter'); | ||
@@ -23,2 +24,3 @@ const forwardedHost = require('./forwardedHost'); | ||
aggregate, | ||
executeIf, | ||
filter, | ||
@@ -25,0 +27,0 @@ forwardedHost, |
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
22541
24
574