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

hbsfy

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hbsfy - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

12

index.js

@@ -15,2 +15,4 @@ /*jshint node: true*/

var MARKER = "// hbsfy compiled Handlebars template\n";
function findPartials(tree) {

@@ -108,3 +110,3 @@ var partials = [];

var js;
var compiled = "// hbsfy compiled Handlebars template\n";
var compiled = MARKER;
var parsed = null;

@@ -150,2 +152,10 @@ var partials = null;

function() {
// Pass through if already compiled.
if (buffer.indexOf(MARKER) > -1) {
this.queue(buffer);
this.queue(null);
return;
}
var compiled;

@@ -152,0 +162,0 @@

2

package.json
{
"name": "hbsfy",
"version": "2.5.0",
"version": "2.5.1",
"description": "Handlebars precompiler plugin for Browserify v2",

@@ -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