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

hugo-extended

Package Overview
Dependencies
Maintainers
1
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hugo-extended - npm Package Compare versions

Comparing version 0.101.0 to 0.102.0

16

lib/utils.js

@@ -67,7 +67,7 @@ import path from "path";

const filename =
// macOS
// macOS: as of 0.102.0, binaries are universal
platform === "darwin" && arch === "x64" ?
`hugo_extended_${version}_macOS-64bit.tar.gz` :
`hugo_extended_${version}_macOS-universal.tar.gz` :
platform === "darwin" && arch === "arm64" ?
`hugo_extended_${version}_macOS-ARM64.tar.gz` :
`hugo_extended_${version}_macOS-universal.tar.gz` :

@@ -77,6 +77,2 @@ // Windows

`hugo_extended_${version}_Windows-64bit.zip` :
platform === "win32" && arch.endsWith("32") ?
`hugo_${version}_Windows-32bit.zip` :
platform === "win32" && arch === "arm" ?
`hugo_${version}_Windows-ARM.zip` :
platform === "win32" && arch === "arm64" ?

@@ -88,8 +84,4 @@ `hugo_${version}_Windows-ARM64.zip` :

`hugo_extended_${version}_Linux-64bit.tar.gz` :
platform === "linux" && arch.endsWith("32") ?
`hugo_${version}_Linux-32bit.tar.gz` :
platform === "linux" && arch === "arm" ?
`hugo_${version}_Linux-ARM.tar.gz` :
platform === "linux" && arch === "arm64" ?
`hugo_${version}_Linux-ARM64.tar.gz` :
`hugo_extended_${version}_Linux-ARM64.tar.gz` :

@@ -96,0 +88,0 @@ // FreeBSD

{
"name": "hugo-extended",
"version": "0.101.0",
"version": "0.102.0",
"description": "✏️ Plug-and-play binary wrapper for Hugo Extended, the awesomest static-site generator.",

@@ -37,3 +37,3 @@ "license": "MIT",

"del": "^6.1.1",
"eslint": "^8.17.0",
"eslint": "^8.23.0",
"mocha": "^9.2.2"

@@ -40,0 +40,0 @@ },

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