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

sassdoc-indexer

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sassdoc-indexer - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.npmignore

2

package.json
{
"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;
};
};
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