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
3
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.23 to 2.0.1-beta.23-1

9

lib/install.js

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

})
.on('close', () => installWorkers(installPath));
.on('close', () => {
installWorkers(installPath)
if (os.platform() === 'linux' || os.platform() === 'darwin') {
fs.chmodSync(`${installPath}/func`, 755);
}
});
response.pipe(unzipStream);

@@ -62,3 +67,3 @@ } else {

console.error(chalk.red(err));
process.exit(1);
process.exit(1)
});

@@ -65,0 +70,0 @@

{
"name": "azure-functions-core-tools",
"version": "2.0.1-beta.23",
"description": "Azure Functions Core Tools",
"scripts": {
"build": "dotnet publish ../ -o ./npm/bin -c release",
"postinstall": "node lib/install.js"
},
"author": "Microsoft",
"license": "MIT",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-functions-cli.git"
},
"bin": {
"func": "lib/main.js",
"azfun": "lib/main.js",
"azurefunctions": "lib/main.js"
},
"os": [
"win32",
"darwin",
"linux"
],
"dependencies": {
"chalk": "^2.1.0",
"command-exists": "^1.2.2",
"glob": "^7.1.2",
"progress": "^2.0.0",
"rimraf": "^2.6.1",
"tmp": "^0.0.33",
"unzipper": "^0.8.9"
}
"name": "azure-functions-core-tools",
"version": "2.0.1-beta.23-1",
"description": "Azure Functions Core Tools",
"scripts": {
"build": "dotnet publish ../ -o ./npm/bin -c release",
"postinstall": "node lib/install.js"
},
"author": "Microsoft",
"license": "MIT",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-functions-cli.git"
},
"bin": {
"func": "lib/main.js",
"azfun": "lib/main.js",
"azurefunctions": "lib/main.js"
},
"os": [
"win32",
"darwin",
"linux"
],
"dependencies": {
"chalk": "^2.1.0",
"command-exists": "^1.2.2",
"glob": "^7.1.2",
"progress": "^2.0.0",
"rimraf": "^2.6.1",
"tmp": "^0.0.33",
"unzipper": "^0.8.9"
}
}
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