Socket
Socket
Sign inDemoInstall

assemble-index-json

Package Overview
Dependencies
3
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

9

index.js

@@ -17,11 +17,8 @@ var _ = require('lodash'),

filePath = _.drop(pathList),
data = [];
availableStore = {};
_.each(availables, function (available) {
var dataAvailable = page.data[available],
availableStore = {};
var dataAvailable = page.data[available];
availableStore[available] = dataAvailable ? dataAvailable : '';
data.push(availableStore);
});

@@ -31,3 +28,3 @@

dest: filePath.join('/'),
data: data
data: availableStore
});

@@ -34,0 +31,0 @@ });

{
"name": "assemble-index-json",
"version": "0.0.1",
"version": "0.0.2",
"description": "index generator for assemble",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc