Socket
Socket
Sign inDemoInstall

rss-parser

Package Overview
Dependencies
4
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.10.4 to 2.10.5

2

index.js

@@ -215,3 +215,3 @@ 'use strict';

if(channel['itunes:image']) {
const hasImageHref = (channel['itunes:image'][0] &&
var hasImageHref = (channel['itunes:image'][0] &&
channel['itunes:image'][0].$ &&

@@ -218,0 +218,0 @@ channel['itunes:image'][0].$.href);

{
"name": "rss-parser",
"version": "2.10.4",
"version": "2.10.5",
"main": "index.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -14,2 +14,7 @@ "use strict";

describe('Browser', function() {
if (process.env.SKIP_BROWSER_TESTS) {
console.log('skipping browser tests');
return;
}
before(done => {

@@ -16,0 +21,0 @@ let app = express();

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc