New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

grunt-kmc

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-kmc - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

2

package.json
{
"name": "grunt-kmc",
"description": "Grunt plugin for KISSY Module Compiler",
"version": "0.1.10",
"version": "0.1.11",
"homepage": "https://github.com/daxingplay/grunt-kmc",

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

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

mod.dependencies.forEach(function(subMod){
console.log('sub mod name is : ' + subMod.name);
requires.push("'" + subMod.name + "'");

@@ -89,3 +88,3 @@ });

}
fs.writeFileSync(path.resolve(options.depFilePath), r, {'encoding':'utf8'});
grunt.file.write(options.depFilePath, r, {'encoding':'utf8'});
}

@@ -92,0 +91,0 @@ });

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