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

azure-functions-core-tools

Package Overview
Dependencies
Maintainers
0
Versions
200
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 4.0.6280 to 4.0.6543

4

lib/install.js

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

const version = require('../package.json').version;
const consolidatedBuildId = "4.0." + require('../package.json').consolidatedBuildId;
const chalk = require('chalk');

@@ -45,3 +46,3 @@ const path = require('path');

const fileName = 'Azure.Functions.Cli.' + platform + '.' + version + '.zip';
const endpoint = 'https://functionscdn.azureedge.net/public/' + version + '/' + fileName;
const endpoint = 'https://functionscdn.azureedge.net/public/' + consolidatedBuildId + '/' + fileName;
console.log('attempting to GET %j', endpoint);

@@ -104,2 +105,3 @@ const options = url.parse(endpoint);

fs.chmodSync(`${installPath}/in-proc8/func`, 0o755);
fs.chmodSync(`${installPath}/in-proc6/func`, 0o755);
}

@@ -106,0 +108,0 @@ });

{
"name": "azure-functions-core-tools",
"version": "4.0.6280",
"version": "4.0.6543",
"lockfileVersion": 2,

@@ -9,3 +9,3 @@ "requires": true,

"name": "azure-functions-core-tools",
"version": "4.0.6280",
"version": "4.0.6543",
"hasInstallScript": true,

@@ -12,0 +12,0 @@ "license": "MIT",

{
"name": "azure-functions-core-tools",
"version": "4.0.6280",
"description": "Azure Functions Core Tools",
"scripts": {
"postinstall": "node lib/install.js",
"prepublishOnly": "node lib/copy-metadata.js"
},
"author": "Microsoft",
"license": "MIT",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-functions-core-tools.git"
},
"bin": {
"func": "lib/main.js",
"azfun": "lib/main.js",
"azurefunctions": "lib/main.js"
},
"os": [
"win32",
"darwin",
"linux"
],
"engines": {
"node": ">=6.9.1"
},
"dependencies": {
"chalk": "3.0.0",
"extract-zip": "^2.0.1",
"https-proxy-agent": "5.0.0",
"progress": "2.0.3",
"rimraf": "4.4.1"
}
"name": "azure-functions-core-tools",
"version": "4.0.6543",
"description": "Azure Functions Core Tools",
"consolidatedBuildId": "123",
"scripts": {
"postinstall": "node lib/install.js",
"prepublishOnly": "node lib/copy-metadata.js"
},
"author": "Microsoft",
"license": "MIT",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-functions-core-tools.git"
},
"bin": {
"func": "lib/main.js",
"azfun": "lib/main.js",
"azurefunctions": "lib/main.js"
},
"os": [
"win32",
"darwin",
"linux"
],
"engines": {
"node": "\u003e=6.9.1"
},
"dependencies": {
"chalk": "3.0.0",
"https-proxy-agent": "5.0.1",
"extract-zip": "^2.0.1",
"progress": "2.0.3",
"rimraf": "4.4.1"
}
}

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

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

@@ -128,0 +135,0 @@

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