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

@ulu/sassdoc-to-markdown

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ulu/sassdoc-to-markdown - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

lib/utils.js

@@ -23,3 +23,3 @@ import fs from 'fs';

const url = resolveLink(item.$item, options);
return link(item.$item.title, url);
return url ? link(item.$item.title, url) : item.$item.title;
}

@@ -26,0 +26,0 @@ const regex = {

{
"name": "@ulu/sassdoc-to-markdown",
"version": "0.0.6",
"version": "0.0.7",
"description": "Parses sass directory and outputs markdown pages for sassdocs.",

@@ -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