New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.10 to 0.5.11

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="http\:(.*?)"/g, 'src="https\:$1"');
article.description = article.description.replace(/(src|poster)="http\:(.*?)"/g, 'src="https\:$2"');
return {

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

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

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

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

if (!url.match(/^https?\:\/\//)) {
url = 'http://' + url;
url = 'https://' + url;
}

@@ -10,0 +10,0 @@ return url;

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