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

rss2

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rss2 - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

package.json

@@ -44,3 +44,3 @@ {

"scripts": {},
"version": "0.1.4"
"version": "0.1.5"
}

@@ -102,3 +102,3 @@ 'use strict'

if (entry.image) {
const type = new URL(entry.image).pathname.split('.')[1]
const type = new URL(entry.image).pathname.split('.').slice(-1)[0]
item.enclosure = { _attributes: { url: entry.image, length: 0, type: `image/${type}` } }

@@ -105,0 +105,0 @@ }

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