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

ssg-api

Package Overview
Dependencies
Maintainers
0
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssg-api - npm Package Versions

1
9

1.10.0

Diff

Changelog

Source

[1.10.0] - 2024-06-03

Changed

  • the VarRegexReplacer used by StringEchoVarReplaceCommand and SsiEchoVarCommand defaults to generic replacements when no variable name is specified.
javarome
published 1.9.1 •

Changelog

Source

[1.9.1] - 2024-05-20

Changed

  • DirectoryStep.config visibility to public readonly.

Fixed

  • CopyStep now uses its config outDir.
javarome
published 1.9.0 •

Changelog

Source

[1.9.0] - 2024-05-20

Changed

  • SsgConfig.outDir is now SsgConfig.getOutputPath(context)
  • All steps configs now extend SsgConfig to benefit from output path resolution.
javarome
published 1.8.0 •

Changelog

Source

[1.8.0] - 2024-05-18

Changed

  • SsgContext.inputFile and SsgContext.inputFile are replaced by SsgContext.file
javarome
published 1.7.7 •

Changelog

Source

[1.7.7] - 2024-05-17

Changed

  • ContentStepConfig.getOutputFile(context) can now return FileContents or file path
javarome
published 1.7.6 •

Changelog

Source

[1.7.6] - 2024-05-17

Changed

  • SsgContext.setOutputFrom(filename) instead of SsgContext.setOutputFrom(filename) to unify apis.

Fixed

  • make sure context inputFile and outputFile are assigned.
javarome
published 1.7.5 •

Changelog

Source

[1.7.5] - 2024-05-15

Changed

  • SsgContext.read(filename) becomes SsgContext.getInputFrom(filename) to denote it affects the context's inputFile.
  • SsgContext.readOrNew(filename, dir) becomes SsgContext.setOutputFrom(filename) to denote it affects the context's outputFile.
  • HtmlFileContents.create(fileInfo, fileContents) becomes HtmlFileContents.create(fileInfo) to denote it uses fileInfo's contents.
javarome
published 1.7.4 •

Changelog

Source

[1.7.4] - 2024-04-13

Fixed

HTML lang overrides lang from filename.

javarome
published 1.7.3 •

Changelog

Source

[1.7.3] - 2024-04-10

Fixed

Update document title from FileContents title.

Changed

ContentStep.processFile() hasn't fileCount parameter anymore and returns a boolean.

javarome
published 1.7.2 •

Changelog

Source

[1.7.2] - 2024-02-22

Changed

Replaced native charset detection by JS one.

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