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
2
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 1.0.1 to 1.0.2

lib/install.js

23

package.json
{
"name": "azure-functions-core-tools",
"version": "1.0.1",
"version": "1.0.2",
"description": "Azure Functions Core Tools",
"scripts": { },
"scripts": {
"postinstall": "node lib/install.js"
},
"author": "Microsoft",
"license": "MIT",
"preferGlobal": true,
"repository" : {
"type" : "git",
"url" : "https://github.com/Azure/azure-functions-cli.git"
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-functions-cli.git"
},

@@ -18,4 +20,11 @@ "bin": {

},
"os": ["win32"],
"dependencies": {}
"os": [
"win32"
],
"dependencies": {
"chalk": "^2.1.0",
"command-exists": "^1.2.2",
"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