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

node-rss

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-rss - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

lib/node-rss.js

@@ -70,3 +70,3 @@

var now = new Date();
channel.node('lastBuildDate', now.toString());
channel.node('lastBuildDate', now.toUTCString());

@@ -73,0 +73,0 @@ feed.items.forEach(function (item) {

{
"name": "node-rss",
"version": "1.0.1",
"version": "1.0.2",
"description": "Node.js package for efficently creating RSS feeds",

@@ -5,0 +5,0 @@ "main": "lib/node-rss.js",

@@ -21,3 +21,3 @@ # node-rss

## Usage
```javascript
// this exposes two methods: createNewFeed and getFeedXML

@@ -73,3 +73,3 @@ var rss = require('node-rss');

var xmlString = rss.getFeedXML(feed);
```
## Other

@@ -76,0 +76,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