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
107
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.5.3 to 1.5.4

3

index.js

@@ -0,1 +1,2 @@

require('dotenv').config();
const contentful = require('contentful');

@@ -6,2 +7,3 @@ const yaml = require('js-yaml');

const yargs = require('yargs');
yargs.options({

@@ -20,3 +22,2 @@ preview: { type: 'boolean', default: false, alias: 'P' },

require('dotenv').config();
// counter variables

@@ -23,0 +24,0 @@ let totalContentTypes = 0;

{
"name": "contentful-hugo",
"version": "1.5.3",
"version": "1.5.4",
"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",

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