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

azure-functions-cli

Package Overview
Dependencies
Maintainers
4
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-functions-cli - npm Package Compare versions

Comparing version 1.0.0-beta.10 to 1.0.0-beta.91

2

lib/main.js

@@ -14,3 +14,3 @@ #! /usr/bin/env node

if (!isWin) {
var funcProc = spawn("mono" + bin + '/func.exe', args.slice(2), { stdio : [process.stdin, process.stdout, process.stderr, 'pipe']});
var funcProc = spawn("mono " + bin + '/func.exe', args.slice(2), { stdio : [process.stdin, process.stdout, process.stderr, 'pipe']});
funcProc.on('exit', function(code) {

@@ -17,0 +17,0 @@ process.exit(code);

{
"name": "azure-functions-cli",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.91",
"description": "Azure Functions Cli",

@@ -19,2 +19,2 @@ "scripts": { },

"dependencies": {}
}
}

Sorry, the diff of this file is not supported yet

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