sassdoc-extras
Advanced tools
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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
7066
190
0
1