Huge News!Announcing our $40M Series B led by Abstract Ventures.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.5 to 0.1.6

4

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

@@ -27,3 +27,3 @@ "keywords": [

"lodash": "^2.4.1",
"sassdoc": "^1.0.0-rc.8"
"sassdoc": "1.0.0-rc.10"
},

@@ -30,0 +30,0 @@ "devDependencies": {

@@ -1,2 +0,2 @@

# 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/pascalduez/grunt-sassdoc.svg?style=flat)](https://travis-ci.org/pascalduez/grunt-sassdoc.svg?branch=master)
# 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/pascalduez/grunt-sassdoc.svg?style=flat)](https://travis-ci.org/pascalduez/grunt-sassdoc?branch=master)

@@ -52,18 +52,4 @@ > [SassDoc](https://github.com/HugoGiraudel/SassDoc) grunt task.

#### title
#### display.access
Type: `String`
Default: `'SassDoc'`
Generated documentation page title.
#### version
Type: `String | false`
Default: `null`
Whether to display project version next to the page title.
#### display_access
Type: `Array`

@@ -74,3 +60,3 @@ Default: `['public', 'private']`

#### display_alias
#### display.alias

@@ -82,2 +68,28 @@ Type: `Boolean`

#### display.watermark
Type: `Boolean`
Default: `false`
Enable/disable display of SassDoc watermark in footer.
### package
Type: `String | Object`
Default: `'./package.json'`
Pass your project informations to the generated view.
Either a path to your `package.json` or an object.
Following keys will be looked for:
`name`
`version`
`license`
`homepage`
`description`
_**Heads up**: If a config file is passed and found, its options will prevail over defauts.

@@ -114,6 +126,8 @@ Additionnal options passed to the grunt task, will complement it but not override it.

options: {
title: 'My cool project'
version: 'v1.5.0'
display_access: ['public'],
display_alias: true
display: {
access: ['public', 'private'],
alias: true,
watermark: true
},
package: './package.json'
}

@@ -120,0 +134,0 @@ }

@@ -42,9 +42,10 @@ /*

config: null,
title: 'SassDoc',
version: null,
display_access: ['public', 'private'],
display_alias: false
display: {
access: ['public', 'private'],
alias: false,
watermark: true
},
package: null
});
// If a config file is passed and found,

@@ -51,0 +52,0 @@ // its options will prevail over defauts.

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