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

ssg-api

Package Overview
Dependencies
Maintainers
1
Versions
84
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.6.0 to 1.6.1

2

dist/src/HtmlSsgContext.d.ts
import { SsgContext } from "./SsgContext";
import { HtmlSsgFile } from "./util/file/HtmlSsgFile";
import { HtmlSsgFile } from './util';
export interface HtmlSsgContext<V = any> extends SsgContext<V> {

@@ -4,0 +4,0 @@ inputFile: HtmlSsgFile;

import { SsgContext } from "./SsgContext";
import { SsgStep } from "./step/SsgStep";
import { SsgFile } from "./util/file/SsgFile";
import { SsgStep } from './step';
import { SsgFile } from './util';
export type SsgConfig = {

@@ -5,0 +5,0 @@ outDir: string;

import { ReplaceCommand } from "../ReplaceCommand";
import { SsgFile } from "../../../../util/file/SsgFile";
import { SsgFile } from '../../../../util';
import { SsgContext } from "../../../../SsgContext";

@@ -4,0 +4,0 @@ export declare abstract class HtAccessReplaceCommand implements ReplaceCommand<SsgContext> {

@@ -5,5 +5,18 @@ {

"author": "Jérôme Beau <javarome@gmail.com> (https://javarome.com)",
"version": "1.6.0",
"version": "1.6.1",
"description": "Static Site Generation TypeScript API",
"exports": "./dist/src/index.js",
"exports": {
".": "./dist/src/index.js",
"./step": "./dist/src/step/index.js",
"./step/content": "./dist/src/step/content/index.js",
"./step/content/replace": "./dist/src/step/content/replace/index.js",
"./step/content/replace/angular": "./dist/src/step/content/replace/angular/index.js",
"./step/content/replace/htaccess": "./dist/src/step/content/replace/htaccess/index.js",
"./step/content/replace/html": "./dist/src/step/content/replace/html/index.js",
"./step/content/replace/html/class": "./dist/src/step/content/replace/html/class/index.js",
"./step/content/replace/html/ssi": "./dist/src/step/content/replace/html/ssi/index.js",
"./step/content/replace/html/tag": "./dist/src/step/content/replace/html/tag/index.js",
"./util": "./dist/src/util/index.js",
"./util/file": "./dist/src/util/file/index.js"
},
"types": "./dist/src/index.d.ts",

@@ -10,0 +23,0 @@ "engines": {

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