Socket
Socket
Sign inDemoInstall

cloudcannon-hugo

Package Overview
Dependencies
79
Maintainers
7
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

10

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

@@ -14,5 +14,8 @@ "main": "src/index.js",

"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"release:latest": "npx np",
"release:next": "npx np prerelease --tag=next"
"release:latest": "np",
"release:next": "np prerelease --tag=next"
},
"engines": {
"node": ">=16"
},
"bin": {

@@ -48,2 +51,3 @@ "cloudcannon-hugo": "src/index.js"

"mock-fs": "^5.2.0",
"np": "^8.0.4",
"nyc": "^15.1.0"

@@ -50,0 +54,0 @@ },

@@ -145,6 +145,6 @@ import { basename, join } from 'path';

const item = {
url: hugoUrls[path] || getPageUrlFromPath(path, paths.content, multilingual) || '',
path,
collection: collectionKey,
...parsed
...parsed,
url: parsed.url || hugoUrls[path] || getPageUrlFromPath(path, paths.content, multilingual) || '',
};

@@ -151,0 +151,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc