Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

markdownlint-cli2-formatter-junit

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdownlint-cli2-formatter-junit - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

markdownlint-cli2-formatter-junit.js

@@ -7,3 +7,3 @@ // @ts-check

const path = require("node:path");
const junitReportBuilder = require("junit-report-builder");
const junitReportBuilder = require("junit-report-builder").default;

@@ -10,0 +10,0 @@ // Writes markdownlint-cli2 results to a file in JUnit XML format

{
"name": "markdownlint-cli2-formatter-junit",
"version": "0.0.9",
"version": "0.0.10",
"description": "An output formatter for markdownlint-cli2 that writes results to a file in JUnit XML format",

@@ -25,3 +25,3 @@ "author": {

"dependencies": {
"junit-report-builder": "3.2.1"
"junit-report-builder": "4.0.0"
},

@@ -28,0 +28,0 @@ "keywords": [

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