Skip to content

Commit

Permalink
Promote NPM Lockfile v3 detector to run by default (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
grvillic authored Dec 1, 2023
1 parent 4eb61d8 commit 5f21f73
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Microsoft.ComponentDetection.Detectors.Npm;
namespace Microsoft.ComponentDetection.Detectors.Npm;

using System.Collections.Generic;
using System.Linq;
Expand All @@ -7,7 +7,7 @@
using Microsoft.Extensions.Logging;
using Newtonsoft.Json.Linq;

public class NpmLockfile3Detector : NpmLockfileDetectorBase, IExperimentalDetector
public class NpmLockfile3Detector : NpmLockfileDetectorBase
{
private static readonly string NodeModules = NpmComponentUtilities.NodeModules;

Expand Down

0 comments on commit 5f21f73

Please sign in to comment.