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

browserify-dot

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browserify-dot - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

3

lib/index.js

@@ -29,3 +29,4 @@ 'use strict';

try {
var compiled = 'module.exports = ' + dot.template(buffer, opts.templateSettings) + ';\n';
var conf = xtend(dot.templateSettings, opts.templateSettings);
var compiled = 'module.exports = ' + dot.template(buffer, conf) + ';\n';
this.queue(compiled);

@@ -32,0 +33,0 @@ this.emit('end');

{
"name": "browserify-dot",
"version": "0.1.0",
"version": "0.1.1",
"description": "Browserify transform to compile dot templates",

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