sassdoc-indexer
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "sassdoc-indexer", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"author": "Fabrice Weinberg <Farbice@weinberg.me>", | ||
@@ -5,0 +5,0 @@ "description": "Index data in different ways for sassdoc themes", |
@@ -7,3 +7,3 @@ var eachItem = require('./eachItem'); | ||
eachItem(data, function (item, type){ | ||
var group = item.group[0]; | ||
var group = item.group[0][0]; | ||
@@ -22,2 +22,2 @@ if (byGroupAndType[group] === undefined) { | ||
return byGroupAndType; | ||
}; | ||
}; |
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
2762
8
71
1