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.1.0 to 0.1.1

11

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

@@ -30,7 +30,10 @@ "author": {

"devDependencies": {
"grunt": "~0.4.0rc7",
"grunt-contrib-jshint": "~0.1.1rc6"
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.1.1"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"keywords": [
"gruntplugin"
"gruntplugin", "groc", "documentation"
],

@@ -37,0 +40,0 @@ "readmeFilename": "README.md",

@@ -13,3 +13,3 @@ /*

var groc = require("groc").CLI,
util = grunt.util || grunt.utils,
util = grunt.util,
// Alias for Lo-Dash

@@ -20,4 +20,4 @@ _ = util._;

// Merge options
var options = this.options ? this.options() : this.data.options,
files = this.filesSrc || this.data.src,
var options = this.options(),
files = this.filesSrc,
// Set task as async

@@ -24,0 +24,0 @@ done = this.async(),

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