azure-function-express
Advanced tools
Comparing version 0.1.0 to 1.0.0
@@ -37,4 +37,5 @@ "use strict"; | ||
// 2. Write body | ||
// 2. Return raw body to Azure Function runtime | ||
context.res.body = convertToBody(data, encoding); | ||
context.res.isRaw = true; | ||
context.done(); | ||
@@ -41,0 +42,0 @@ } |
{ | ||
"name": "azure-function-express", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"description": "Allows Express usage with Azure Function", | ||
@@ -39,2 +39,3 @@ "keywords": [ | ||
"coverage": "rm -rf coverage .nyc_output && NODE_ENV=nyc npm run build && nyc mocha", | ||
"publish": "npm run validate && npm run build && npm publish", | ||
"style": "eslint src/**", | ||
@@ -83,11 +84,11 @@ "test": "mocha", | ||
"babel-cli": "^6.18.0", | ||
"babel-eslint": "^7.1.0", | ||
"babel-eslint": "^7.1.1", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-plugin-istanbul": "^2.0.3", | ||
"babel-plugin-istanbul": "^3.0.0", | ||
"babel-plugin-transform-export-extensions": "^6.8.0", | ||
"babel-preset-es2015-node6": "^0.3.0", | ||
"babel-preset-es2015-node6": "^0.4.0", | ||
"babel-register": "^6.18.0", | ||
"eslint": "^3.9.1", | ||
"eslint-config-airbnb-base": "^9.0.0", | ||
"eslint-plugin-import": "^2.0.1", | ||
"eslint": "^3.10.2", | ||
"eslint-config-airbnb-base": "^10.0.1", | ||
"eslint-plugin-import": "^2.2.0", | ||
"mocha": "^3.1.2", | ||
@@ -94,0 +95,0 @@ "nyc": "^8.4.0-candidate", |
@@ -37,3 +37,3 @@ # azure-function-express | ||
Make you you are binding `req` and `res` in your `function.json`: | ||
Make sure you are binding `req` and `res` in your `function.json`: | ||
@@ -40,0 +40,0 @@ ```json |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
26398
304
0