Comparing version 1.0.1 to 1.0.2
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
8684
0