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 1.2.3 to 1.2.4

6

index.js

@@ -82,2 +82,8 @@ 'use strict';

}
if ('content' in item) {
item.content = item.content.map(
applyKey(md, 'description', 'htmlDescription')
);
}
}

@@ -84,0 +90,0 @@ }

2

package.json
{
"name": "sassdoc-filter",
"description": "SassDoc data filter",
"version": "1.2.3",
"version": "1.2.4",
"repository": {

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

@@ -33,2 +33,3 @@ SassDoc Filter

* `item.parameters[].description`
* `item.content[].description`

@@ -35,0 +36,0 @@ **Note:** `item` is a shorthand for `data[type][name]`, and `[]` in a

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