New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hoth/view

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hoth/view - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

5

dist/index.d.ts

@@ -1,2 +0,1 @@

/// <reference types="node" />
import type { SwigOptions } from 'swig';

@@ -34,6 +33,6 @@ import '@hoth/decorators';

interface FastifyReply {
render(page: string, data?: Record<string, unknown>, cb?: (err: Error, html: string) => void): FastifyReply;
render(page: string, data?: Record<string, unknown>, cb?: (err: Error, html: string) => void): Promise<string>;
}
}
declare const _default: import("fastify").FastifyPluginAsync<HothViewOptions, import("http").Server>;
declare const _default: import("fastify").FastifyPluginAsync<HothViewOptions, import("fastify").RawServerDefault>;
export default _default;

2

package.json
{
"name": "@hoth/view",
"version": "1.3.0",
"version": "1.3.1",
"description": "template engine for hoth framework",

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