New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

azure-functions-core-tools

Package Overview
Dependencies
Maintainers
2
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-functions-core-tools - npm Package Compare versions

Comparing version 2.0.1-beta.5 to 2.0.1-beta.6

3

lib/main.js

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

var commandExists = require('command-exists');
var os = require('os');
var args = process.argv;

@@ -14,3 +15,3 @@

if (commandExists) {
var bin = path.join(homePath, '.azurefunctions', 'bin');
var bin = path.join(os.homedir(), '.azurefunctions', 'bin');
var funcProc = spawn('dotnet', [bin + '/Azure.Functions.Cli.dll', ].concat(args.slice(2)), {

@@ -17,0 +18,0 @@ stdio: [process.stdin, process.stdout, process.stderr, 'pipe']

{
"name": "azure-functions-core-tools",
"version": "2.0.1-beta.5",
"version": "2.0.1-beta.6",
"description": "Azure Functions Core Tools",

@@ -5,0 +5,0 @@ "scripts": {

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