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

sassdoc

Package Overview
Dependencies
Maintainers
4
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.10.11 to 1.10.12

4

CHANGELOG.md
# Changelog
# 1.10.12
* Backport of `a994ed5` fix multiple require autofill ([#314](https://github.com/SassDoc/sassdoc/issues/314))
# 1.10.11

@@ -4,0 +8,0 @@

2

package.json

@@ -20,3 +20,3 @@ {

],
"version": "1.10.11",
"version": "1.10.12",
"license": {

@@ -23,0 +23,0 @@ "type": "MIT",

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

}
return uniq(matches);
return matches;
};

@@ -142,4 +142,4 @@

if (all.length > 0){
return all;
if (all.length > 0) {
return uniq(all, 'name');
}

@@ -146,0 +146,0 @@ }

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