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.2 to 1.0.0-rc.3

templates/includes/annotations/author.html.swig

11

CHANGELOG.md
# Changelog
## 1.0.0rc.3
* Greatly improved the view
## 1.0.0rc.2
* Fixed `@deprecated` not supporting a message
* Added a trim to `@datatype`
## 1.0.0rc.1

@@ -10,4 +19,2 @@

* Changed the structure of `view.json`
* Fixed `@deprecated` not supporting a message
* Added a trim to `@datatype`

@@ -14,0 +21,0 @@ ## 0.4.1

2

package.json

@@ -6,3 +6,3 @@ {

"contributors": ["Fabrice Weinberg", "Valérian Galliat"],
"version": "1.0.0rc.2",
"version": "1.0.0rc.3",
"license": "MIT",

@@ -9,0 +9,0 @@ "repository": {

@@ -11,4 +11,5 @@ 'use strict';

* @param {String} destination - Destination folder
* @param {Object} config - Configuration from `view.json`
* @example
* documentize('examples/sass', 'examples/dist')
* documentize('examples/sass', 'examples/dist', config)
* @return {Q.promise}

@@ -34,5 +35,3 @@ */

.fail(function (err) {
console.error(err);
throw new Error(err)
return err;
throw new Error(err);
});

@@ -39,0 +38,0 @@ },

@@ -108,4 +108,3 @@ 'use strict';

}, function (err) {
throw new Error(err)
return err;
throw new Error(err);
});

@@ -186,2 +185,3 @@ }

* Get data
* @param {String} folder - folder path
*/

@@ -188,0 +188,0 @@ getData: function (folder) {

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