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

contentful-hugo

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contentful-hugo - npm Package Compare versions

Comparing version 1.1.9 to 1.1.10

2

index.js

@@ -88,3 +88,3 @@ const contentful = require('contentful');

} else {
console.log(`\nConfiguration file not found. Create a file called "contentful-settings.yaml" to get started.\n`)
console.log(`\nConfiguration file not found. Create a file called "contentful-settings.yaml" to get started.\nVisit https://github.com/ModiiMedia/contentful-hugo for configuration instructions\n`)
}

@@ -91,0 +91,0 @@ }

{
"name": "contentful-hugo",
"version": "1.1.9",
"version": "1.1.10",
"description": "Node module that pulls data from Contentful and turns it into markdown files for Hugo. Can be used with other Static Site Generators, but has some Hugo specific features.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -20,5 +20,10 @@ # Contentful Hugo

# Installation
with NPM
```
npm install contentful-hugo
```
with Yarn
```
yarn add contentful-hugo
```

@@ -25,0 +30,0 @@ # Usage

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