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

hugo-installer

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hugo-installer - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

CHANGELOG.md

0

bin/hugo-installer.d.ts
#!/usr/bin/env node
export {};

@@ -0,0 +0,0 @@ #!/usr/bin/env node

export declare function installHugo(version: string, destination: string): Promise<void>;

@@ -0,0 +0,0 @@ "use strict";

5

package.json
{
"name": "hugo-installer",
"description": "Installs hugo into your repository.",
"version": "1.0.0",
"version": "1.0.1",
"author": {

@@ -35,5 +35,8 @@ "name": "Dominique Müller",

"bin-wrapper": "4.0.x",
"del": "3.0.x",
"object-path": "0.11.x",
"yargs": "12.0.x"
},
"devDependencies": {
"@types/del": "3.0.x",
"@types/node": "10.5.x",

@@ -40,0 +43,0 @@ "@types/yargs": "11.1.x",

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