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

feed

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feed - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

.npmignore

2

lib/feed.js

@@ -148,3 +148,3 @@ var xml = require('xml');

if(entries[i].author) {
for(var y=0; y<items[i].author.length; y++) {
for(var y=0; y<entries[i].author.length; y++) {
var entryAuthor = [];

@@ -151,0 +151,0 @@

{
"name": "feed",
"version": "0.2.4",
"version": "0.2.5",
"description": "Feed is a RSS and Atom feed generator for Node.js, making content syndication simple, intuitive and performant!",

@@ -5,0 +5,0 @@ "homepage": "http://projets.jpmonette.net/en/feed",

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