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

remark-clang-format

Package Overview
Dependencies
Maintainers
1
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.0.0 to 2.1.0

tests/3.in.md

3

index.js

@@ -12,3 +12,4 @@ 'use strict';

node.lang.toLowerCase() == 'cpp' ||
node.lang.toLowerCase() == 'c')
node.lang.toLowerCase() == 'c') &&
(!node.meta || !node.meta.includes('nolint'))
) {

@@ -15,0 +16,0 @@ const child = spawnSync('clang-format', { input: node.value });

{
"name": "remark-clang-format",
"version": "2.0.0",
"version": "2.1.0",
"description": "run clang-format for code in markdown",

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

@@ -21,1 +21,2 @@ import test from 'ava';

T(2);
T(3);
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