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

grunt-groc

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-groc - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.npmignore

5

package.json
{
"name": "grunt-groc",
"description": "Generate documentation using groc",
"version": "0.0.2",
"version": "0.0.3",
"homepage": "https://github.com/jdcataldo/grunt-groc",

@@ -23,5 +23,2 @@ "author": {

],
"scripts": {
"test": "grunt test"
},
"engines": {

@@ -28,0 +25,0 @@ "node": ">= 0.8.0"

8

tasks/groc.js

@@ -37,3 +37,9 @@ /*

// Pass the args to groc
groc(_.flatten(args), function(){
groc(_.flatten(args), function(error){
if(error) {
grunt.warn(error);
process.exit(1);
done(false);
return;
}
done();

@@ -40,0 +46,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