Socket
Socket
Sign inDemoInstall

ssg-api

Package Overview
Dependencies
106
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
23456Next

1.10.4

Diff

javarome
published 1.10.3 •

Changelog

Source

[1.10.3] - 2024-06-10

Fixed

  • Don't display warning if detected encoding but no declared encoding
javarome
published 1.10.1 •

Changelog

Source

[1.10.1] - 2024-06-03

Fixed

  • Regression when using a var name in VarRegexReplacer.
javarome
published 1.10.0 •

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 SsgFile 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.
23456Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc