Socket
Socket
Sign inDemoInstall

ssg-api

Package Overview
Dependencies
Maintainers
0
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssg-api - npm Package Compare versions

Comparing version 1.13.0 to 1.13.1

5

CHANGELOG.md

@@ -8,2 +8,7 @@ # Change Log

## [1.13.1] - 2024-07-30
### Changed
- `DomReplaceCommand` is not abstract anymore.
## [1.13.0] - 2024-07-30

@@ -10,0 +15,0 @@

2

dist/src/step/content/replace/DomReplaceCommand.d.ts

@@ -5,3 +5,3 @@ import { ReplaceCommand } from "./ReplaceCommand.js";

import { ReplacerFactory } from "./ReplacerFactory";
export declare abstract class DomReplaceCommand<T extends HTMLElement = HTMLElement, C extends HtmlSsgContext = HtmlSsgContext> implements ReplaceCommand<C> {
export declare class DomReplaceCommand<T extends HTMLElement = HTMLElement, C extends HtmlSsgContext = HtmlSsgContext> implements ReplaceCommand<C> {
protected selector: string;

@@ -8,0 +8,0 @@ protected replacerFactory: ReplacerFactory<DomReplacer<T>>;

@@ -5,3 +5,3 @@ {

"author": "Jérôme Beau <javarome@gmail.com> (https://javarome.com)",
"version": "1.13.0",
"version": "1.13.1",
"description": "Static Site Generation TypeScript API",

@@ -8,0 +8,0 @@ "exports": "./dist/src/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