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

sassdoc

Package Overview
Dependencies
Maintainers
1
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sassdoc - npm Package Compare versions

Comparing version 1.0.0-rc.10 to 1.0.0-rc.11

src/annotation/annotations/type.js

9

CHANGELOG.md
# Changelog
## 1.0.0-rc.11
* Minor code improvements in bin
* Fixed an issue with bin
* Fixed some little bugs in view
* Updated README
* Changed `@datatype` to `@type`
* Fixed a parsing bug with expanded licenses in package.json
## 1.0.0-rc.10

@@ -4,0 +13,0 @@

8

package.json
{
"title": "SassDoc",
"name": "sassdoc",

@@ -6,4 +7,7 @@ "description": "Like JSDoc but for Sass files.",

"contributors": ["Fabrice Weinberg", "Valérian Galliat"],
"version": "1.0.0-rc.10",
"license": "MIT",
"version": "1.0.0-rc.11",
"license": {
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
"repository": {

@@ -10,0 +14,0 @@ "type": "git",

# SassDoc
SassDoc. Like JSDoc, but for Sass files.
Like JSDoc, but for Sass files.
Currently only work for `.scss` files. Also, inline comments are not parsed (`//`).
Currently only work for `.scss` files.
Also, inline comments are not parsed (`//`).
## Example
### Function/mixin
```scss

@@ -34,14 +33,13 @@ /**

}
```
### Variable
```scss
/**
* Defines whether the lib should support legacy browsers (e.g. `IE 8`).
* ---
* @since 0.3.9
*
* @since 1.3.37
*
* @todo Nothing. It's awesome.
*
* @link https://github.com/HugoGiraudel/SassDoc SassDoc
* @datatype Bool
*
* @type Bool
*/

@@ -53,7 +51,8 @@ $legacy-support: true !global;

![SassDoc](http://i.imgur.com/GnNo4HB.png)
![SassDoc](http://i.imgur.com/4z3Bt8H.png)
## Installation
### NPM
### npm

@@ -119,3 +118,3 @@ ```sh

"package": "../package.json"
"package": "./package.json"
}

@@ -131,8 +130,14 @@ ```

* `name`
* `version`
* `license`
* `homepage`
* `description`
* `title`: human name of your project
* `name`: package name of your project (in case `title` is not defined)
* `version`: your project's version
* `license`: your project's license
* `homepage`: URL to your project's homepage
* `description`: description of your project
## Built with SassDoc
* [SassyIcons](http://pascalduez.github.io/SassyIcons/docs/) from Pascal Duez
* [SassyLists](http://sassylists.com/documentation.html) from Hugo Giraudel
## Credits

@@ -139,0 +144,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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