Huge News!Announcing our $40M Series B led by Abstract Ventures.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.6 to 1.1.7

2

lib/core/bicep.js

@@ -56,3 +56,3 @@ import path from 'node:path';

}
if (!isDependencyUsed(file, usedGraph) && !file.endsWith('main.bicep')) {
if (!isDependencyUsed(file, usedGraph) && !/main(\..+)?\.bicep$/.test(file)) {
debug(`Found new unused dependency: ${file}`);

@@ -59,0 +59,0 @@ unused.add(file);

{
"name": "azd-infra",
"version": "1.1.6",
"version": "1.1.7",
"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