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

kmc

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kmc - npm Package Compare versions

Comparing version 1.0.38 to 1.0.39

6

HISTORY.md

@@ -0,1 +1,7 @@

## 2014.06.20, Version 1.0.39(Stable)
### bugfix
- 修复combo后的dep文件的模块名多一个引号的bug
## 2014.04.21, Version 1.0.37(Stable)

@@ -2,0 +8,0 @@

2

index.js

@@ -100,3 +100,3 @@ /**

}else{
onsole.error('[err]'.bold.green+' cannot find input file %s ', inputFilePath);
console.error('[err]'.bold.green+' cannot find input file %s ', inputFilePath);
}

@@ -103,0 +103,0 @@ }

@@ -437,3 +437,3 @@ /**

_.forEach(mod.dependencies, function(subMod){
requires.push("'" + subMod.name + "'");
requires.push(subMod.name);
});

@@ -440,0 +440,0 @@

{
"name": "kmc",
"version": "1.0.38",
"version": "1.0.39",
"description": "KISSY Module Compiler",

@@ -5,0 +5,0 @@ "author": {

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