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.21 to 1.0.22

7

HISTORY.md

@@ -0,1 +1,8 @@

## 2013.11.28, Version 1.0.22(Stable)
### bugfix
- 修复对象传参数中的一个bug
- fix issue #36
## 2013.11.24, Version 1.0.21(Stable)

@@ -2,0 +9,0 @@

1

index.js

@@ -66,2 +66,3 @@ /**

traverse = inputFilePath.traverse;
inputFilePath = inputFilePath.src;
}

@@ -68,0 +69,0 @@

5

lib/compiler.js

@@ -427,3 +427,6 @@ /**

}
outputPath = path.resolve(outputDir, relativePath + '.' + mod.type);
if(mod.type === 'js'){
relativePath = relativePath + '.js';
}
outputPath = path.resolve(outputDir, relativePath);
utils.mkdirsSync(path.dirname(outputPath));

@@ -430,0 +433,0 @@ }

{
"name":"kmc",
"version":"1.0.21",
"version":"1.0.22",
"description":"KISSY Module Compiler",

@@ -5,0 +5,0 @@ "author":"daxingplay <daxingplay@gmail.com>",

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