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.7 to 0.1.8

5

index.js

@@ -30,9 +30,6 @@ /**

config.funcs.breadcrumbsSync = function(arg, callback) {
if (!arg.partial) { callback(new Error("No 'partial' given")); }
if (!arg.fileName) { callback(new Error("No 'fileName' given ")); }
var val = akasha.partialSync(config, arg.partial, {
var val = akasha.partialSync(config, "breadcrumbs.html.ejs", {
breadcrumbs: breadcrumbTrail(config.root_docs, arg.fileName)
});
if (callback) callback(undefined, val);

@@ -39,0 +36,0 @@ return val;

2

package.json

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

},
"version": "0.1.7",
"version": "0.1.8",
"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