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.0.0-rc.1 to 2.0.0-rc.6

default.json

17

index.js

@@ -34,15 +34,12 @@ 'use strict';

module.exports = function (dest, ctx) {
if (!('view' in ctx)) {
ctx.view = {};
}
var def = require('./default.json');
var defaultView = require('./.sassdocrc');
ctx.view = extend({}, defaultView, ctx.view);
ctx.view.groups = extend(defaultView.groups, ctx.view.groups);
ctx.groups = extend(def.groups, ctx.groups);
ctx = extend({}, def, ctx);
if (!ctx.view.display) {
ctx.view.display = {};
if (!ctx.display) {
ctx.display = {};
}
ctx.view.display.annotations = {
ctx.display.annotations = {
'function': ['description', 'parameter', 'return', 'example', 'throw', 'require', 'usedby', 'since', 'see', 'todo', 'link', 'author'],

@@ -61,3 +58,3 @@ 'mixin': ['description', 'parameter', 'output', 'example', 'throw', 'require', 'usedby', 'since', 'see', 'todo', 'link', 'author'],

return theme.apply(this, arguments);
return theme.call(this, dest, ctx);
};

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

"author": "SassDoc team",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.6",
"keywords": [

@@ -20,3 +20,3 @@ "sassdoc-theme"

"themeleon": "2.*",
"sassdoc-extras": "2.0.0-rc.5"
"sassdoc-extras": "2.0.0-rc.9"
},

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

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