New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

azd-infra

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azd-infra - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

4

lib/commands/add.js

@@ -17,2 +17,6 @@ import { promises as fs } from 'node:fs';

debug('Selected core templates:', selected);
if (selected.length === 0) {
console.info('No core templates selected, nothing to add.');
return;
}
const templatesToAdd = await resolveDependencies(selected, azdPath);

@@ -19,0 +23,0 @@ console.info('Resolved core templates with dependencies:');

2

package.json
{
"name": "azd-infra",
"version": "1.1.2",
"version": "1.1.3",
"description": "Manages your Azure Developer CLI projects' infrastructure",

@@ -5,0 +5,0 @@ "type": "module",

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