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

sassdoc-theme-default

Package Overview
Dependencies
Maintainers
4
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sassdoc-theme-default - npm Package Compare versions

Comparing version 2.8.2 to 2.8.3

7

CHANGELOG.md

@@ -10,2 +10,6 @@ # sassdoc-theme-default change Log

## [2.8.3] - 2019-07-19
## Fixed
* Fix parameter annotations `<code>` escaping to to Nunjucks migration.
## [2.8.2] - 2019-05-08

@@ -29,3 +33,4 @@ ### Fixed

[Unreleased]: https://github.com/sassdoc/sassdoc-theme-default/compare/2.8.2...HEAD
[Unreleased]: https://github.com/sassdoc/sassdoc-theme-default/compare/2.8.3...HEAD
[2.8.3]: https://github.com/sassdoc/sassdoc-theme-default/tags/2.8.3
[2.8.2]: https://github.com/sassdoc/sassdoc-theme-default/tags/2.8.2

@@ -32,0 +37,0 @@ [2.8.1]: https://github.com/sassdoc/sassdoc-theme-default/tags/2.8.1

6

dist/nunjucks.js

@@ -27,6 +27,2 @@ 'use strict';

var safe = function safe(fn) {
return (fn.safe = true) && fn;
};
var isColor = function isColor(value) {

@@ -100,3 +96,3 @@ try {

nunjucksEnv.addFilter('is_color', isColor);
nunjucksEnv.addFilter('display_as_type', safe(displayAsType));
nunjucksEnv.addFilter('display_as_type', displayAsType);
nunjucksEnv.addFilter('yiq', maybeYiqContrast);

@@ -103,0 +99,0 @@ nunjucksEnv.addFilter('pluralize', pluralize);

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

"author": "SassDoc team",
"version": "2.8.2",
"version": "2.8.3",
"keywords": [

@@ -9,0 +9,0 @@ "sassdoc-theme"

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