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

@dstaley/zola-wasm

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dstaley/zola-wasm - npm Package Compare versions

Comparing version 0.0.0-canary-20230102013636 to 0.0.0-canary-20230102022318

6

js/index.js

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

/**
*
*
* @param {string} siteDir Path to Zola site, relative to the current working directory
* @param {string} [baseUrl]
*/
module.exports = async function build(siteDir = '.', baseUrl) {
let args = ["zola", "build"];
module.exports = async function build(siteDir = ".", baseUrl) {
let args = ["zola", "--root", "/", "build"];
if (baseUrl) {

@@ -16,0 +16,0 @@ args = [...args, "--base-url", baseUrl];

{
"name": "@dstaley/zola-wasm",
"version": "0.0.0-canary-20230102013636",
"version": "0.0.0-canary-20230102022318",
"description": "",

@@ -5,0 +5,0 @@ "main": "js/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