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 3.12.0 to 3.12.1

3

CHANGELOG.md

@@ -0,1 +1,4 @@

## 3.12.1
1. 修正双`@`转义时添加到依赖中被解析的`bug`
## 3.12.0

@@ -2,0 +5,0 @@ 1. 优化依赖项的处理,对于组件添加依赖,对于其它`view`则在用到时才加载

2

package.json
{
"name": "magix-combine",
"version": "3.12.0",
"version": "3.12.1",
"description": "合并Magix View的html,js,css成一个js文件,并检测html,js,css中可能存在的问题",

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

@@ -123,3 +123,3 @@ /*

if (req.charAt(2) == '@' && req.lastIndexOf('@') == 2) {
e.requires[i] = req.substring(0, 1) + req.substring(2);
e.requires[i] = req;// req.substring(0, 1) + req.substring(2);
} else if (req.lastIndexOf('@') == 1) {

@@ -126,0 +126,0 @@ e.requires[i] = atpath.resolvePath(req, e.moduleId);

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