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.1 to 1.10.2

4

CHANGELOG.md
# Changelog
## 1.10.2
* Fixed an issue with the folder wiping safeguard always aborting if folder is not empty without even prompting
## 1.10.1

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

4

package.json
{
"name": "sassdoc",
"description": "Like JSDoc for your Sass files.",
"description": "Release the docs!",
"author": "Hugo Giraudel <hugo.giraudel@gmail.com> (http://hugogiraudel.com)",

@@ -20,3 +20,3 @@ "contributors": [

],
"version": "1.10.1",
"version": "1.10.2",
"license": {

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

@@ -31,6 +31,6 @@ 'use strict';

return safeWipe(destination, {
interactive: config.interactive || false,
interactive: config.view.interactive || false,
parent: source,
silent: true,
force: config.force
force: config.view.force
})

@@ -37,0 +37,0 @@ .then(function () {

Sorry, the diff of this file is not supported yet

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