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

sassdoc

Package Overview
Dependencies
Maintainers
4
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sassdoc - npm Package Versions

1
14

2.0.0-rc.3

Diff

fweinb
published 1.10.3 •

Changelog

Source

1.10.3

  • Prevented @requires to autofill dependency twice
hugogiraudel
published 1.10.2 •

Changelog

Source

1.10.2

  • Fixed an issue with the folder wiping safeguard always aborting if folder is not empty without even prompting
hugogiraudel
published 1.10.1 •

Changelog

Source

1.10.1

  • Updated a dependency in order to use new version of sassdoc-theme-default
hugogiraudel
published 1.10.0 •

Changelog

Source

1.10.0

  • Made annotations @throws, @requires and @content fill themselves so you don't have to, unless told otherwise through the autofill option (#232, #238)
  • Added the ability to define --sass-convert, --no-update-identifier and --no-prompt options within the configuration file instead of CLI only (#247)
  • Merged sassdoc-filter and sassdoc-indexer into sassdoc-extras; theme authors are asked to use the new repository
hugogiraudel
published 1.9.0 •

Changelog

Source

1.9.0

  • Added ability to use inline comments with /// (#143)
  • Added some safeguards when wiping the destination folder to avoid accidents (#220)
  • Added @content annotation, which is auto-filled when @content Sass directive is being found in a mixin (#226)
  • Added @require alias for @requires (#221)
  • Added @property alias for @prop (#221)
  • Made the $ sign optional when writing the parameter name in @param (#222)
  • Annotations that should not be associated to certain types (for instance @param for a variable) now emit a warning and are properly discarded by the parser (CDocParser#4)
hugogiraudel
published 1.8.0 •

Changelog

Source

1.8.0

  • Added ability to add your own annotations to your theme (#203)
  • Fixed an issue with items being randomly ordered (#208)
  • Greatly improved sidebar from the theme
hugogiraudel
published 1.7.0 •

Changelog

Source

1.7.0

  • Added a --sass-convert option to perform Sass to SCSS conversion before running SassDoc (#183)
  • Added the ability to define annotations at a file-level (#190)
  • Improved SassDoc's behaviour when default theme is missing (#207)
  • Slightly improved our logging message regarding the theme being used (#206)
  • Moved some logic out of the theme's templates right into the index.js from the theme (sassdoc-theme-light#40)
hugogiraudel
published 1.6.1 •

Changelog

Source

1.6.1

  • Fixed a bug where some descriptions didn't allow line breaks (#209)
hugogiraudel
published 1.6.0 •

Changelog

Source

1.6.0

  • Added a Yeoman Generator to make it easier to build themes (#185)
  • Added YAML support for configuration files; default configuration file name is still view, either as .json, .yaml or .yml (#184)
  • Added a message to warn against relying on the default configuration file name (view.{json,yaml,yml}) since it will break in version 2.0.0 in favor of .sassdocrc (which will support both format at once while being more semantic, less confusing and less likely to conflict with other projects) (#194)
  • Fixed an issue when variable items' value contains a semi-colon (#191)
  • Improved the light theme (better sidebar toggle with states stored in localStorage, better code toggle, better JavaScript structure, and better performance)
  • Added a byType key to sassdoc-indexer to help building themes
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