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
5
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.1373 to 2.7.1468

lib/copy-metadata.js

2

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

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

{
"name": "azure-functions-core-tools",
"version": "2.7.1373",
"version": "2.7.1468",
"description": "Azure Functions Core Tools",
"scripts": {
"postinstall": "node lib/install.js"
"postinstall": "node lib/install.js",
"prepublishOnly": "node lib/copy-metadata.js"
},

@@ -8,0 +9,0 @@ "author": "Microsoft",

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

|---|---|
|master|[![Build status](https://ci.appveyor.com/api/projects/status/max86pwo54y44j36/branch/master?svg=true)](https://ci.appveyor.com/project/appsvc/azure-functions-cli/branch/master)|
|dev|[![Build status](https://ci.appveyor.com/api/projects/status/max86pwo54y44j36/branch/dev?svg=true)](https://ci.appveyor.com/project/appsvc/azure-functions-cli/branch/dev)|
|master|[![Build Status](https://azfunc.visualstudio.com/Azure%20Functions/_apis/build/status/azure-functions-core-tools?branchName=master)](https://azfunc.visualstudio.com/Azure%20Functions/_build/latest?definitionId=11&branchName=master)
|dev|[![Build Status](https://azfunc.visualstudio.com/Azure%20Functions/_apis/build/status/azure-functions-core-tools?branchName=dev)](https://azfunc.visualstudio.com/Azure%20Functions/_build/latest?definitionId=11&branchName=dev)
|v1.x|[![Build status](https://ci.appveyor.com/api/projects/status/max86pwo54y44j36/branch/v1.x?svg=true)](https://ci.appveyor.com/project/appsvc/azure-functions-cli/branch/v1.x)|

@@ -24,23 +24,9 @@

Both v1 and v2 of the runtime can be installed on Windows.
To install runtime with npm:
To install v1 with npm:
```bash
npm i -g azure-functions-core-tools@1
```
To install v1 with chocolatey:
```bash
choco install azure-functions-core-tools --version 1.0.15
```
To install v2 with npm:
```bash
npm i -g azure-functions-core-tools --unsafe-perm true
```
To install v2 with chocolatey:
To install with chocolatey:

@@ -47,0 +33,0 @@ ```bash

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