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.23 to 1.0.24

4

lib/compiler.js

@@ -447,5 +447,7 @@ /**

}
outputPath = path.resolve(outputDir, relativePath);
outputPath = path.resolve(outputDir, path.basename(relativePath));
utils.mkdirsSync(path.dirname(outputPath));
}
// info by 拔赤:建议增加开关,是否写到目标路径,这样会便于用户自定义copy规则
// 2013-12-12
fs.writeFileSync(outputPath, buffer);

@@ -452,0 +454,0 @@ }

{
"name":"kmc",
"version":"1.0.23",
"version":"1.0.24",
"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