Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

extend-grunt-api

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extend-grunt-api - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

6

index.js

@@ -26,4 +26,10 @@ module.exports = function(grunt){

return task ? task.split(':')[0] : 'default';
},
getCurTarget: function(){
var argv = process.argv;
var task = argv[2]; // maybe like "grunt", then argv[2] is undefined
var ret = task && task.length ? task.split(':')[1] : '';
}
});
};

2

package.json
{
"name": "extend-grunt-api",
"version": "0.0.0",
"version": "0.0.1",
"description": "extend grunt api, like grunt.file.copyDir...",

@@ -5,0 +5,0 @@ "main": "index.js",

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