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 2.1.3 to 2.1.4

8

dist/annotation/annotations/access.js

@@ -16,2 +16,6 @@ "use strict";

autofill: function autofill(item) {
if (item.access !== "auto") {
return;
}
if (env.privatePrefix === false) {

@@ -30,6 +34,8 @@ return;

}
return "public";
},
"default": function _default() {
return "public";
return "auto";
},

@@ -36,0 +42,0 @@

2

package.json

@@ -24,3 +24,3 @@ {

],
"version": "2.1.3",
"version": "2.1.4",
"license": {

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

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