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.6.5 to 0.6.6

11

index.js

@@ -326,3 +326,7 @@ /**

var imgz = [];
$(selector).each(function(i, elem) { imgz.push(elem); });
$(selector).each(function(i, elem) {
if ($(elem).hasClass('opengraph-promote')
|| !($(elem).hasClass('opengraph-no-promote')))
imgz.push(elem);
});
// Look for <meta-og-image> tags

@@ -372,6 +376,3 @@ var selector = $link.attr('root')

if (imgcount > 0) {
// console.log(`${metadata.rendered_url} removing open-graph-promote-images ${imgcount}`);
$link.remove();
}
$link.remove();
});

@@ -378,0 +379,0 @@ }

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

},
"version": "0.6.5",
"version": "0.6.6",
"engines": {

@@ -32,0 +32,0 @@ "node": ">=6.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