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

7

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`, 0o755);
}
});
response.pipe(unzipStream);

@@ -54,0 +59,0 @@ } else {

2

package.json
{
"name": "azure-functions-core-tools",
"version": "2.0.1-beta.23",
"version": "2.0.1-beta.24",
"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