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.0 to 1.5.1

2

index.js

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

// check if configFile exist and throw error if it doesn't
let deliveryMode = argv.preview ? 'Preview Data' : 'Published Data';
const deliveryMode = argv.preview ? 'Preview Data' : 'Published Data';
if (fs.existsSync(configFile)) {

@@ -42,0 +42,0 @@ console.log(

{
"name": "contentful-hugo",
"version": "1.5.0",
"version": "1.5.1",
"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.",

@@ -36,3 +36,3 @@ "main": "index.js",

"@contentful/rich-text-plain-text-renderer": "^13.4.0",
"contentful": "^7.9.1",
"contentful": "^7.13.1",
"dotenv": "^7.0.0",

@@ -42,3 +42,3 @@ "js-yaml": "^3.13.1",

"mkdirp": "^0.5.1",
"yargs": "^15.0.2"
"yargs": "^15.1.0"
},

@@ -56,6 +56,6 @@ "bin": {

"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.7.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^10.0.0",

@@ -62,0 +62,0 @@ "eslint-plugin-promise": "^4.2.1",

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