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.7.4 to 0.7.5

18

index.js

@@ -444,4 +444,20 @@ /**

$link.remove();
// It's been observed that this Mahafunc can be called
// before all partial's have been processed. An image that's
// pulled in by a partial would be missed, therefore.
//
// In the test suite we attempted to replicate the behavior that
// was seen, but was unable to replicate.
//
// The issue showed up for pages on greentransportation.info.
//
// No images were being promoted. The image of interest was handled
// by the heropicture.html.ejs partial. At the time this Mahafunc was
// called that partial had not been processed yet, for some reason.
//
// To see this add console.log($.html()) to the top to see the HTML
// being processed by this Mahafunc.
if (imgcount > 0) $link.remove();
}
}

2

package.json

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

},
"version": "0.7.4",
"version": "0.7.5",
"engines": {

@@ -32,0 +32,0 @@ "node": ">=12.2"

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