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

harold-scripts

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

harold-scripts - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

package.json
{
"name": "harold-scripts",
"version": "0.3.0",
"version": "0.3.1",
"description": "Harold JS Scripts for Create Harold App",

@@ -5,0 +5,0 @@ "author": "Julian Ćwirko (julian.io)",

@@ -94,3 +94,3 @@ const fs = require('fs');

item.coverImage && !noImage
? `<div class="${className}--image"><a href="${config.postsDirName}/${item.fileName}"><img src='${item.coverImage}' alt="${item.title}" /></a></div>`
? `<div class="${className}--image"><a href="/${config.postsDirName}/${item.fileName}"><img src='${item.coverImage}' alt="${item.title}" /></a></div>`
: ''

@@ -107,3 +107,3 @@ }

<div class="${className}--title">
<a href="${config.postsDirName}/${item.fileName}">
<a href="/${config.postsDirName}/${item.fileName}">
${item.title}

@@ -127,3 +127,3 @@ </a>

? `<div>
<a href="${config.postsDirName}/${item.fileName}" class="${className}--button">${readMoreButtonLabel}</a>
<a href="/${config.postsDirName}/${item.fileName}" class="${className}--button">${readMoreButtonLabel}</a>
</div>`

@@ -130,0 +130,0 @@ : ''

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