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

sassdoc-filter

Package Overview
Dependencies
Maintainers
4
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sassdoc-filter - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

8

index.js

@@ -102,3 +102,3 @@ 'use strict';

groupName: function (ctx) {
var groups = 'groups' in ctx.view ? ctx.view.groups : {};
ctx.groups = 'groups' in ctx.view ? ctx.view.groups : {};

@@ -111,5 +111,5 @@ indexer.eachItem(ctx.data, function (item) {

if (slug in groups) {
group[slug] = groups[slug];
group[slug] = ctx.groups[slug];
} else {
group[slug] = groups[slug] = slug;
group[slug] = ctx.groups[slug] = slug;
}

@@ -121,5 +121,3 @@ });

});
ctx.groups = groups;
},
};
{
"name": "sassdoc-filter",
"version": "0.2.3",
"version": "0.2.4",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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