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.0.0-rc.3 to 2.0.0-rc.4

develop/assets/css/main.css

2

dist/cfg.js

@@ -57,4 +57,6 @@ "use strict";

var file = path.resolve(config.dir, 'package.json');
console.log(file);
return maybe(file, (function() {
config.logger.warn('No package information.');
return {};
}));

@@ -61,0 +63,0 @@ }));

2

dist/sassdoc.js

@@ -45,3 +45,3 @@ "use strict";

var config = arguments[2] !== (void 0) ? arguments[2] : {};
var logger = config.logger = config.logger || new Logger();
var logger = config.logger = config.logger || new Logger(config.verbose);
config = cfg.post(config);

@@ -48,0 +48,0 @@ return refresh(dest, {

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

],
"version": "2.0.0-rc.3",
"version": "2.0.0-rc.4",
"license": {

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

Sorry, the diff of this file is too big to display

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