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

remark-clang-format

Package Overview
Dependencies
Maintainers
4
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-clang-format - npm Package Compare versions

Comparing version 2.4.3 to 2.4.4

2

code/format-code.js

@@ -24,2 +24,3 @@ import { spawnSync as spawnSync } from 'child_process';

);
break;
}

@@ -44,2 +45,3 @@ if (!child.stdout) {

console.warn('[remark-ruff] stderr: ', child.stderr.toString());
break;
}

@@ -46,0 +48,0 @@ if (!child.stdout) {

2

package.json
{
"name": "remark-clang-format",
"version": "2.4.3",
"version": "2.4.4",
"description": "run clang-format for code in markdown",

@@ -5,0 +5,0 @@ "main": "index.js",

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