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

@glitchdotcom/vite-plugin-handlebars

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glitchdotcom/vite-plugin-handlebars - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

6

dist/index.js

@@ -356,2 +356,8 @@ var handlebars$1 = require('handlebars');

}) {
if (reloadOnPartialChange) {
server.ws.send({
type: 'full-reload'
});
}
if (reloadOnPartialChange && partialsSet.has(file)) {

@@ -358,0 +364,0 @@ server.ws.send({

@@ -356,2 +356,8 @@ import { registerPartial, registerHelper, compile } from 'handlebars';

}) {
if (reloadOnPartialChange) {
server.ws.send({
type: 'full-reload'
});
}
if (reloadOnPartialChange && partialsSet.has(file)) {

@@ -358,0 +364,0 @@ server.ws.send({

2

package.json
{
"name": "@glitchdotcom/vite-plugin-handlebars",
"version": "1.6.1",
"version": "1.6.2",
"description": "Vite plugin for Handlebars support in HTML",

@@ -5,0 +5,0 @@ "source": "src/index.ts",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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