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

markdown-notes-tree

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-notes-tree - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

src/file-contents.js

2

cli.js
#!/usr/bin/env node
"use strict";
require("./index");
require("./src/index");
{
"name": "markdown-notes-tree",
"version": "1.4.1",
"version": "1.4.2",
"description": "Generate Markdown trees that act as a table of contents for a folder structure with Markdown notes",
"main": "index.js",
"main": "src/index.js",
"bin": {

@@ -10,3 +10,3 @@ "markdown-notes-tree": "cli.js"

"scripts": {
"start": "node index.js",
"start": "node src/index.js",
"test": "jest"

@@ -26,2 +26,3 @@ },

"devDependencies": {
"dedent": "^0.7.0",
"fs-extra": "^8.1.0",

@@ -37,4 +38,4 @@ "jest": "^24.9.0",

"cli.js",
"index.js"
"src"
]
}
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