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

apostrophe-tumblr

Package Overview
Dependencies
Maintainers
10
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apostrophe-tumblr - npm Package Compare versions

Comparing version 0.5.11 to 0.5.12

2

index.js

@@ -89,3 +89,3 @@ var feedparser = require('feedparser');

// Force HTTPS, tumblr's images and videos will work that way
article.description = article.description.replace(/(src|poster)="http\:(.*?)"/g, 'src="https\:$2"');
article.description = article.description.replace(/(src|poster|filmstrip)=(["'])http\:(.*?)(["'])/g, 'src=$2https\:$3$4');
return {

@@ -92,0 +92,0 @@ title: article.title,

{
"name": "apostrophe-tumblr",
"version": "0.5.11",
"version": "0.5.12",
"description": "Adds a Tumblr RSS widget to the Apostrophe content management system",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -90,2 +90,3 @@ apos.widgetPlayers.tumblr = function($el) {

if(post.body){
console.log(post.body);
$post.$body.html(post.body);

@@ -92,0 +93,0 @@ } else {

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