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

akashacms-breadcrumbs

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

akashacms-breadcrumbs - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

7

index.js

@@ -20,3 +20,2 @@ /**

var akasha = require('akashacms');
var path = require('path');

@@ -28,3 +27,3 @@ var util = require('util');

**/
module.exports.config = function(config) {
module.exports.config = function(akasha, config) {
config.root_partials.push(path.join(__dirname, 'partials'));

@@ -34,3 +33,3 @@ config.funcs.breadcrumbsSync = function(arg, callback) {

var val = akasha.partialSync(config, "breadcrumbs.html.ejs", {
breadcrumbs: breadcrumbTrail(config.root_docs, arg.fileName)
breadcrumbs: breadcrumbTrail(akasha, config.root_docs, arg.fileName)
});

@@ -58,3 +57,3 @@ if (callback) callback(undefined, val);

**/
var breadcrumbTrail = function(root_docs, fileName) {
var breadcrumbTrail = function(akasha, root_docs, fileName) {
var breadCrumbData = [];

@@ -61,0 +60,0 @@ var fnBase = path.basename(fileName);

@@ -14,3 +14,3 @@ {

},
"version": "0.1.8",
"version": "0.1.9",
"engines": {

@@ -17,0 +17,0 @@ "node": ">=0.10.1"

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