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
7
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.7.2628 to 2.7.2748

2

npm-shrinkwrap.json
{
"name": "azure-functions-core-tools",
"version": "2.7.2628",
"version": "2.7.2748",
"lockfileVersion": 1,

@@ -5,0 +5,0 @@ "requires": true,

{
"name": "azure-functions-core-tools",
"version": "2.7.2628",
"version": "2.7.2748",
"description": "Azure Functions Core Tools",

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

@@ -19,3 +19,3 @@ ![Azure Functions Logo](https://raw.githubusercontent.com/Azure/azure-functions-cli/master/src/Azure.Functions.Cli/npm/assets/azure-functions-logo-color-raster.png)

**v3**: Self-contained cross-platform package
**v3**: (v3.x branch): Self-contained cross-platform package **(recommended)**

@@ -26,40 +26,55 @@ ## Installing

To install runtime with npm:
#### To download and install with MSI:
**v2**
##### v3
- [Windows 64-bit](https://go.microsoft.com/fwlink/?linkid=2135274) (VS Code debugging requires 64-bit)
- [Windows 32-bit](https://go.microsoft.com/fwlink/?linkid=2135275)
#### To install with npm:
##### v3
```bash
npm i -g azure-functions-core-tools@2 --unsafe-perm true
npm i -g azure-functions-core-tools@3 --unsafe-perm true
```
**v3**
##### v2
```bash
npm i -g azure-functions-core-tools@3 --unsafe-perm true
npm i -g azure-functions-core-tools@2 --unsafe-perm true
```
To install with chocolatey:
#### To install with chocolatey:
##### v3
```bash
choco install azure-functions-core-tools
choco install azure-functions-core-tools-3
```
#### Notice: To debug functions under vscode, x64 bitness is required
*Notice: To debug functions under vscode, the 64-bit version is required*
```bash
choco install azure-functions-core-tools --params "'/x64'"
choco install azure-functions-core-tools-3 --params "'/x64'"
```
##### v2
```bash
choco install azure-functions-core-tools-2
```
### Mac
**Homebrew**:
#### Homebrew:
**v2**
##### v3
```bash
brew tap azure/functions
brew install azure-functions-core-tools@2
brew install azure-functions-core-tools@3
```
**v3**
##### v2
```bash
brew tap azure/functions
brew install azure-functions-core-tools@3
brew install azure-functions-core-tools@2
```
Homebrew allow side by side installation of v2 and v3, you can switch between the versions using
Homebrew allows side by side installation of v2 and v3, you can switch between the versions using
```bash

@@ -74,2 +89,9 @@ brew link --overwrite azure-functions-core-tools@3

##### Ubuntu 20.04
```bash
wget -q https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
```
##### Ubuntu 19.04

@@ -119,12 +141,12 @@

##### v2
##### v3
```bash
sudo apt-get update
sudo apt-get install azure-functions-core-tools-2
sudo apt-get install azure-functions-core-tools-3
```
##### v3
##### v2
```bash
sudo apt-get update
sudo apt-get install azure-functions-core-tools-3
sudo apt-get install azure-functions-core-tools-2
```

@@ -220,3 +242,3 @@

* [Knative](https://github.com/knative/docs/tree/master/install/)
* [Knative](https://github.com/knative/docs/tree/master/docs/install)

@@ -223,0 +245,0 @@ Deploying Azure Functions to knative is supported with the ```--platform knative``` flag.

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