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

gulp-sassdoc

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-sassdoc - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

7

CHANGELOG.md
# gulp-sassdoc changelog
## 1.3.0
(2015-01-02)
* Disable destination safe-wiping by default.
## 1.2.0
(2014-12-31)
* Refactor, ensure both folders and glob patterns as source are supoorted.
* Refactor, ensure both folders and glob patterns as source are supported.

@@ -8,0 +13,0 @@ ## 1.1.0

6

index.js

@@ -53,4 +53,4 @@ /**

basePath: null,
force: false,
interactive: true
force: true,
interactive: false
}, options);

@@ -117,5 +117,5 @@

return through.obj(transform, flush);;
return through.obj(transform, flush);
}
module.exports = gulpSassDoc;
{
"name": "gulp-sassdoc",
"title": "gulp-sassdoc",
"version": "1.2.0",
"version": "1.3.0",
"description": "SassDoc gulp task",

@@ -6,0 +6,0 @@ "keywords": [

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