Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sassdoc-extras

Package Overview
Dependencies
Maintainers
4
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sassdoc-extras - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

22

index.js
'use strict';
module.exports = {
byGroupAndType : require('./src/byGroupAndType'),
byType : require('./src/byType.js'),
markdown: require('./src/markdown'),
display: require('./src/display'),
groupName: require('./src/groupName'),
shortcutIcon: require('./src/shortcutIcon'),
module.exports = exports = function (ctx) {
for (var i = 1; i < arguments.length; ++i) {
exports[name](ctx);
}
};
[
'byGroupAndType',
'byType',
'markdown',
'display',
'groupName',
'shortcutIcon',
].forEach(function (name) {
exports[name] = require('./src/' + name);
});
{
"name": "sassdoc-extras",
"description": "SassDoc's Toolbelt",
"version": "2.0.0",
"version": "2.1.0",

@@ -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