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

html-templater

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-templater - npm Package Compare versions

Comparing version 0.0.16 to 0.1.0

8

index.js

@@ -54,2 +54,10 @@ var handlebars = require("handlebars");

HtmlTemplater.prototype.registerPartials = function() {
this.__handlebars.registerPartials.apply(this.__handlebars, _.toArray(arguments));
};
HtmlTemplater.prototype.registerPartial = function() {
this.__handlebars.registerPartial.apply(this.__handlebars, _.toArray(arguments));
};
// Takes the *Files options and appends their contents to their respective options.

@@ -56,0 +64,0 @@ HtmlTemplater.prototype._loadAssets = function(cb) {

2

package.json
{
"name": "html-templater",
"version": "0.0.16",
"version": "0.1.0",
"description": "A small wrapper around juice and handlebars that renders and inlines css for html templates.",

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