New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.40 to 1.0.41

6

HISTORY.md

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

## 2014.07.08, Version 1.0.41(Stable)
### bugfix
- 修复[issue #13](https://github.com/daxingplay/grunt-kmc/issues/13)
## 2014.06.20, Version 1.0.40(Stable)

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

5

lib/compiler.js

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

if(comboOnly && comboOnly === true){
var tModName = modName;
self.config.packages.forEach(function(v,i){
tModName = tModName.replace(v.name,'');
});
var tModName = mod.pkg ? modName.replace(mod.pkg.name, '') : modName;
if(outputPath.indexOf(path.normalize(tModName)) >= 0){

@@ -472,0 +469,0 @@ fs.writeFileSync(outputPath, buffer);

2

package.json
{
"name": "kmc",
"version": "1.0.40",
"version": "1.0.41",
"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