Socket
Socket
Sign inDemoInstall

@closeio/best-practices-documentation

Package Overview
Dependencies
2
Maintainers
8
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.4.1

2

lib/cjs/utils/fs.js

@@ -89,3 +89,3 @@ "use strict";

exports.isCodeFile = isCodeFile;
const isDocFile = (filename) => /\.md$/i.test(filename);
const isDocFile = (filename) => /\.mdx?$/i.test(filename);
exports.isDocFile = isDocFile;

@@ -54,3 +54,3 @@ "use strict";

exports.isCodeFile = isCodeFile;
const isDocFile = (filename) => /\.md$/i.test(filename);
const isDocFile = (filename) => /\.mdx?$/i.test(filename);
exports.isDocFile = isDocFile;
{
"name": "@closeio/best-practices-documentation",
"version": "0.4.0",
"version": "0.4.1",
"description": "Tooling to document best practices in your code base.",

@@ -5,0 +5,0 @@ "author": "Trey Cucco",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc