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

static-markdown

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

static-markdown - npm Package Compare versions

Comparing version 0.0.3 to 0.1.0

5

bin/index.js

@@ -92,6 +92,7 @@ #!/usr/bin/env node

let articlePaths
// find all articles
try {
let articlePaths = await findFiles('pages')
console.log(articlePaths)
articlePaths = await findFiles('pages')
// console.log(articlePaths)
} catch(e) {

@@ -98,0 +99,0 @@ error('Could not find pages/')

2

package.json
{
"name": "static-markdown",
"version": "0.0.3",
"version": "0.1.0",
"description": "Generate static sites using 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