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

assemble-handlebars

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assemble-handlebars - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

0

Gruntfile.js

@@ -0,0 +0,0 @@ /*

4

index.js

@@ -24,6 +24,6 @@ /*!

var init = function(options) {
var init = function(options, params) {
// register built-in helpers
if(helpers && helpers.register) {
helpers.register(handlebars, options);
helpers.register(handlebars, options, params);
}

@@ -30,0 +30,0 @@ };

{
"name": "assemble-handlebars",
"description": "Handlebars engine plugin for Assemble, the static site generator for Grunt.js and Yeoman.",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "https://github.com/assemble/assemble-handlebars",

@@ -6,0 +6,0 @@ "author": {

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