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

feedparser

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feedparser - npm Package Compare versions

Comparing version 0.9.4 to 0.9.5

7

lib/feedparser.js

@@ -661,7 +661,10 @@ /**********************************************************************

self.meta['#ns'] = [];
self.meta['@'] = [];
Object.keys(n['@']).forEach(function(name) {
var o = {};
o[name] = n['@'][name];
if (name.indexOf('xmlns') == 0) {
var o = new Object;
o[name] = n['@'][name];
self.meta['#ns'].push(o);
} else if (name != 'version') {
self.meta['@'].push(o);
}

@@ -668,0 +671,0 @@ });

@@ -5,3 +5,3 @@ {

"description": "Robust RSS, Atom, and RDF feed parsing using sax js",
"version": "0.9.4",
"version": "0.9.5",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

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