New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

adviise-feed

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adviise-feed - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

2

lib/rss2.js

@@ -104,3 +104,3 @@ "use strict";

else {
item.author = entry.author;
item["dc:creator"] = entry.author;
}

@@ -107,0 +107,0 @@ if (Array.isArray(entry.category)) {

{
"name": "adviise-feed",
"version": "4.1.0",
"version": "4.1.1",
"description": "Feed is a RSS, Atom and JSON feed generator for Node.js, making content syndication simple and intuitive!",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/jpmonette/feed",

@@ -149,3 +149,3 @@ import * as convert from "xml-js";

} else {
item.author = entry.author;
item["dc:creator"] = entry.author;
}

@@ -189,2 +189,1 @@ /**

};

Sorry, the diff of this file is not supported yet

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