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

azure-function-express

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-function-express - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

3

lib/createOutgoingMessage.js

@@ -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

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