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

hugo-bin

Package Overview
Dependencies
Maintainers
2
Versions
289
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hugo-bin - npm Package Compare versions

Comparing version 0.122.2 to 0.122.3

28

package.json
{
"name": "hugo-bin",
"version": "0.122.2",
"hugoVersion": "0.125.2",
"version": "0.122.3",
"hugoVersion": "0.125.3",
"description": "Binary wrapper for Hugo",

@@ -24,2 +24,10 @@ "repository": {

],
"keywords": [
"binary",
"executable",
"hugo",
"sass",
"scss",
"wrapper"
],
"license": "MIT",

@@ -33,2 +41,10 @@ "type": "module",

},
"files": [
"bin/cli.js",
"lib/*.js",
"index.js"
],
"engines": {
"node": ">=16"
},
"dependencies": {

@@ -52,10 +68,2 @@ "@xhmikosr/bin-wrapper": "^12.0.0",

},
"files": [
"bin/cli.js",
"lib/*.js",
"index.js"
],
"engines": {
"node": ">=16"
},
"xo": {

@@ -62,0 +70,0 @@ "space": true,

@@ -122,3 +122,4 @@ # hugo-bin [![npm version](https://img.shields.io/npm/v/hugo-bin?logo=npm&logoColor=fff)](https://www.npmjs.com/package/hugo-bin) [![Build Status](https://img.shields.io/github/actions/workflow/status/fenneclab/hugo-bin/ci.yml?branch=main&label=CI&logo=github)](https://github.com/fenneclab/hugo-bin/actions?query=workflow%3ACI+branch%3Amain)

Default: `""`
- Type: `string`
- Default: `""`

@@ -131,3 +132,4 @@ Set `buildTags` to `extended` to download the [extended version](https://github.com/gohugoio/hugo/releases/tag/v0.43) binary.

Default: `"https://github.com"`
- Type: `string`
- Default: `"https://github.com"`

@@ -138,5 +140,7 @@ Set it to your proxy URL to download the hugo binary from a different download repository.

Default: the version specified in [package.json](package.json)
- Type: `string`
- Default: the version specified in [package.json](package.json)
You can override the Hugo version here, but please note that if any of the URLs have changed upstream, you might not be able to use any version and you will probably need to update to a newer hugo-bin version which takes into consideration the new URLs.
You can override the Hugo version here. Please note that if any of the URLs have changed upstream, you might not be able to use
any version and you will probably need to update to a newer hugo-bin version which takes into consideration the new URLs.

@@ -143,0 +147,0 @@ ## Supported Hugo versions

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