🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

tpl-webpack-loader

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

tpl-webpack-loader - npm Package Compare versions

Comparing version
0.0.1
to
0.0.2
+0
-2
index.js

@@ -7,5 +7,3 @@ module.exports = function (source) {

console.log(content);
return "var _ = require('underscore'); \n module.exports = _.template(" + content + ")";
}
+1
-1
{
"name": "tpl-webpack-loader",
"version": "0.0.1",
"version": "0.0.2",
"description": "require tpl polyfill for webpack",

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