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

cloudcannon-hugo

Package Overview
Dependencies
Maintainers
6
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudcannon-hugo - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1

2

package.json
{
"name": "cloudcannon-hugo",
"type": "module",
"version": "0.13.0",
"version": "0.13.1",
"description": "Generates the files necessary for a hugo site to integrate with CloudCannon CMS",

@@ -6,0 +6,0 @@ "main": "src/index.js",

@@ -52,3 +52,3 @@ import { basename, dirname, extname } from 'path';

.replace(`${contentDir || ''}/`, '/')
.replace(/\/_?index\.md/, '/')
.replace(/\/_?index\.(md|html?)/, '/')
.replace('//', '/');

@@ -55,0 +55,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