Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

akashacms-base

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

akashacms-base - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

10

index.js

@@ -93,3 +93,3 @@ /**

return data;
}
};

@@ -122,3 +122,3 @@ var akDoHeaderMeta = function(metadata, done) {

else { logger.trace('ak-title replace'); $(titleTag).replaceWith(rendered); next(); }
})
});
},

@@ -665,3 +665,3 @@ function(err) {

if ($('div#footnote-area').length <= 0) {
$(":root").append("<div id='footnote-area'><strong>Footnotes</strong><br></div>");
$(":root").last().after("<div id='footnote-area'><strong>Footnotes</strong><br></div>");
}

@@ -687,2 +687,4 @@ $('div#footnote-area').append(html2);

logger.trace('a modifications');
var links = [];

@@ -692,2 +694,3 @@ $('html body a').each(function(i, elem) { links.push(elem); });

function(link, next) {
setImmediate(function() {
var href = $(link).attr('href');

@@ -769,2 +772,3 @@ /*var text = $(link).text();

} else next();
});
},

@@ -771,0 +775,0 @@ function(err) {

@@ -29,3 +29,3 @@ {

},
"version": "0.4.0",
"version": "0.4.1",
"engines": {

@@ -32,0 +32,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