🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

tmpl-loader

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tmpl-loader - npm Package Compare versions

Comparing version
0.0.1
to
0.0.2
+1
-6
index.js

@@ -1,10 +0,5 @@

function process(source) {
return 'rgy test';
}
module.exports = function(source, map){
this.cacheable && this.cacheable();
//对source进行解析
var exports = process(source);
return "module.exports = " + exports;
return 'rgy';
}
+1
-1
{
"name": "tmpl-loader",
"version": "0.0.1",
"version": "0.0.2",
"description": "Webpack loader for tmpl",

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

Sorry, the diff of this file is not supported yet