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

grunt-sassdoc

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-sassdoc - npm Package Compare versions

Comparing version 0.1.9 to 0.2.0

4

package.json
{
"name": "grunt-sassdoc",
"title": "grunt-sassdoc",
"version": "0.1.9",
"version": "0.2.0",
"description": "SassDoc grunt task",

@@ -48,4 +48,4 @@ "keywords": [

"scripts": {
"test": "grunt test_config && grunt test_options"
"test": "grunt test"
}
}

@@ -45,2 +45,11 @@ # grunt-sassdoc [![npm version](http://img.shields.io/npm/v/grunt-sassdoc.svg?style=flat)](https://www.npmjs.org/package/grunt-sassdoc) [![Build Status: Linux](http://img.shields.io/travis/SassDoc/grunt-sassdoc.svg?style=flat)](https://travis-ci.org/SassDoc/grunt-sassdoc?branch=master)

### verbose
Type: `Boolean`
Default: `false`
Whether to enable SassDoc own logger or not.
#### config

@@ -53,2 +62,3 @@

#### display.access

@@ -61,2 +71,3 @@

#### display.alias

@@ -63,0 +74,0 @@

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

var options = this.options({
verbose: false,
config: null,

@@ -72,2 +73,7 @@ display: {

// Enable SassDoc logger.
if (options.verbose) {
sassdoc.logger.enabled = true;
}
this.files.forEach(function (filePair) {

@@ -74,0 +80,0 @@ var src = validateSrc(filePair);

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