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

.npmignore

3

dist/cfg.js

@@ -56,4 +56,3 @@ "use strict";

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

@@ -60,0 +59,0 @@ config.logger.warn('No package information.');

@@ -17,3 +17,3 @@ {

"name": "Valérian Galliat",
"url": "https://val.codejam.info/"
"url": "https://val.codejam.info"
},

@@ -25,3 +25,3 @@ {

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

@@ -53,13 +53,13 @@ "type": "MIT",

"docopt": "^0.4.1",
"glob": "^4.2.1",
"glob": "^4.3.1",
"glob2base": "0.0.12",
"js-yaml": "^3.2.1",
"lodash": "^2.4.1",
"minimatch": "^1.0.0",
"minimatch": "^2.0.0",
"mkdirp": "^0.5.0",
"multipipe": "^0.1.2",
"rimraf": "~2.2.8",
"rimraf": "^2.2.8",
"safe-wipe": "0.*",
"sass-convert": "^0.2.1",
"sassdoc-theme-default": "2.0.0-rc.7",
"sassdoc-theme-default": "2.0.0-rc.8",
"scss-comment-parser": "0.5.1-rc.4",

@@ -78,5 +78,4 @@ "through2": "^0.6.3",

"test": "make dist lint test",
"rebuild": "rm -rf node_modules && npm install",
"prepublish": "make runtime"
"rebuild": "rm -rf node_modules && npm install"
}
}

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