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.6.0 to 0.6.1

4

guide/index.html.md

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

...
"akashacms-breadcrumbs": "akashacms/akashacms-breadcrumbs#akasharender",
"akashacms-breadcrumbs": ">=0.6",
...

@@ -21,4 +21,2 @@ }

The AkashaRender version of `akashacms-breadcrumbs` has not been published to `npm` yet, and therefore must be referenced this way.
Once added to `package.json` run: `npm install`

@@ -25,0 +23,0 @@

@@ -73,10 +73,10 @@ /**

var breadcrumbTrail = function(akasha, config, fileName) {
// util.log('breadcrumbTrail '+ fileName);
return akasha.indexChain(config, fileName)
.then(trail => {
// log(`breadcrumbTrail ${util.inspect(trail)}`);
// util.log('breadcrumbTrail '+ fileName);
return akasha.indexChain(config, fileName)
.then(trail => {
// console.log(`breadcrumbTrail ${util.inspect(trail)}`);
return Promise.all(trail.map(crumbdata => {
return crumb(akasha, config, crumbdata);
}));
});
return crumb(akasha, config, crumbdata);
}));
});
};

@@ -97,4 +97,4 @@

.then(trail => {
log('<breadcrumb-trail> '+ util.inspect(trail));
// util.log('breadcrumbTrail cb called on '+ docpath +' trail='+ util.inspect(trail));
// log('<breadcrumb-trail> '+ util.inspect(trail));
// util.log('breadcrumbTrail cb called on '+ docpath +' trail='+ util.inspect(trail));
return akasha.partial(metadata.config, "breadcrumb-trail.html.ejs", {

@@ -104,2 +104,3 @@ breadcrumbs: trail

.then(replace => {
// console.log(`replace ${replace}`);
return new Promise((resolve, reject) => {

@@ -113,3 +114,3 @@ async.each(brdtrails,

if (err) {
log('ERROR <breadcrumb-trail> '+ err);
// log('ERROR <breadcrumb-trail> '+ err);
reject(err);

@@ -116,0 +117,0 @@ } else {

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

},
"version": "0.6.0",
"version": "0.6.1",
"engines": {

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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