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.29 to 1.0.30

6

HISTORY.md

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

## 2013.12.31, Version 1.0.30(Stable)
### enhancement
- parse ast出错的时候增加文件路径
## 2013.12.23, Version 1.0.29(Stable)

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

3

lib/compiler.js

@@ -431,4 +431,3 @@ /**

}
var outputFilePath = self.outputFilePath;
if(_.isObject(self.modules)){
if(_.isObject(self.modules)){
_.forEach(self.modules, function(mod, modName){

@@ -435,0 +434,0 @@ if(_.indexOf(self.combinedModules, modName) === -1 && !_.isEmpty(mod.dependencies)){

@@ -25,3 +25,3 @@ /**

}catch(e){
e.message = 'file parse error.';
e.message = 'file parse error. The file is ' + inputFile;
e.detail = e.message;

@@ -28,0 +28,0 @@ e.filePath = inputFile;

{
"name": "kmc",
"version": "1.0.29",
"version": "1.0.30",
"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