New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

baidu-template-loader

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baidu-template-loader - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

index.js

@@ -35,6 +35,10 @@ /**

module.exports = function(source, map) {
var me = this;
me.cacheable();
source = precompile(source);
this.callback(null, source, map);
me.callback(null, source, map);
};

2

package.json

@@ -5,3 +5,3 @@ {

"license": "ISC",
"version": "0.1.1",
"version": "0.1.2",
"description": "webpack百度模板预处理模块",

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

@@ -16,3 +16,3 @@ # webpack 百度模板预编译模块

module: {
loaders: [
preloaders: [
{ test: /\.tmpl$/, loader: "baidu-template" }

@@ -19,0 +19,0 @@ ]

Sorry, the diff of this file is not supported yet

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