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

magix-combine

Package Overview
Dependencies
Maintainers
1
Versions
185
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

magix-combine - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

5

index.js

@@ -29,4 +29,4 @@ var crypto = require('crypto');

compressCssNames: false,
generateJSFile: function() {
return '';
generateJSFile: function(tmpl) {
return tmpl;
},

@@ -1063,2 +1063,3 @@ atAttrProcessor: function(name, tmpl) {

},
removeFileCache: removeFileDepend,
config: function(config) {

@@ -1065,0 +1066,0 @@ for (var p in config) {

2

package.json
{
"name": "magix-combine",
"version": "1.0.13",
"version": "1.0.14",
"description": "合并Magix View的html,js,css成一个js文件",

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

@@ -7,3 +7,3 @@ # magix-combine

2. css只在当前区块内生效。[关于style的scope](https://github.com/thx/magix-combine/issues/6) [css模块](http://www.75team.com/post/1049.html)
3. 基于mx-keys的子模块离线分析
3. 基于mx-keys的子模板离线数据提取及预处理
4. 类node模块的写法,由工具加上web loader

@@ -206,4 +206,7 @@

##removeFile
function 删除文件,同时移除相应的缓存信息
function 删除文件,同时移除相应的缓存内容
##removeFileCache
function 删除文件的缓存内容,在文件未变动的情况下工具会缓存文件的内容,以增加速度,但有时候需要手动删除缓存内容
##config

@@ -210,0 +213,0 @@ function 配置

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