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

hbsfy

Package Overview
Dependencies
Maintainers
1
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 1.3.0 to 1.3.1

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -75,2 +75,18 @@ [![Build Status](https://travis-ci.org/epeli/node-hbsfy.png?branch=master)](https://travis-ci.org/epeli/node-hbsfy)

### Use in gulp
You can easily use hbsfy in [gulp][] with [gulp-browserify][]:
```javascript
gulp.task('js', function() {
gulp.src('js/app.js')
.pipe(browserify({
insertGlobals: true,
transform: ['hbsfy']
}))
.pipe(concat('app.js'))
.pipe(gulp.dest('./public/js'));
});
```
## Changelog

@@ -96,1 +112,3 @@

[peer dependency]: http://blog.nodejs.org/2013/02/07/peer-dependencies/
[gulp]: http://gulpjs.com/
[gulp-browserify]: https://github.com/deepak1556/gulp-browserify
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