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

component-builder-handlebars

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

component-builder-handlebars - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

4

lib/plugin.js

@@ -42,4 +42,4 @@ /*

builder.hook('before scripts', function(pkg, complete) {
var tpl = pkg.conf.templates;
var componentName = pkg.conf.name;
var tpl = pkg.config.templates;
var componentName = pkg.config.name;
var runtimeFilepath, runtime;

@@ -46,0 +46,0 @@

{
"name": "component-builder-handlebars",
"version": "0.1.2",
"version": "0.2.0",
"description": "Builder.js plugin to precompile Handlebars templates",

@@ -30,5 +30,5 @@ "author": "Antoine Lehurt <keuwah@gmail.com>",

"should": "~1.2.1",
"component-builder": "~0.6.2",
"component-builder": "~0.8.1",
"jshint": "~0.9.1"
}
}
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