Socket
Socket
Sign inDemoInstall

live-guide

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

live-guide - npm Package Compare versions

Comparing version 0.9.5 to 0.9.6

13

lib/build-navigation/index.js
'use strict';
const path = require('path');
const buildNavigation = function(styleguideArray) {
let options = this;
let options = this,
_nav = {};

@@ -13,5 +12,11 @@ options.navigation = {};

options.navigation[obj.title] = fileName;
_nav[obj.title] = fileName;
});
Object.keys(_nav)
.sort()
.forEach(function(v, i) {
options.navigation[v] = _nav[v];
});
return styleguideArray;

@@ -18,0 +23,0 @@ };

{
"name": "live-guide",
"version": "0.9.5",
"version": "0.9.6",
"description": "Generate style guides based on commented style sheets.",

@@ -5,0 +5,0 @@ "author": {

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