New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4 to 1.0.5

4

package.json
{
"name": "node-rss",
"version": "1.0.4",
"version": "1.0.5",
"description": "Node.js package for efficently creating RSS feeds",

@@ -14,3 +14,3 @@ "main": "lib/node-rss.js",

"dependencies" : {
"libxmljs" : "0.14.x"
"libxmljs" : "0.15.x"
},

@@ -17,0 +17,0 @@ "keywords": [

@@ -15,2 +15,4 @@ # node-rss

Update (6/18/2015): This step should no longer be necessary.
node-rss uses the libxmljs library to construct the actual feed.

@@ -93,2 +95,5 @@ Unfortunately, some of the features of the library that are needed are only available in the current master branch. You will need to download the libxmljs source, compile, and install it yourself. Fortunately, this is fairly straight forward. https://github.com/polotek/libxmljs/

Version 1.0.5
- Updated libxml version to 0.15.x to support node.js 4.x (Thanks @dhendo)
Version 1.0.4

@@ -95,0 +100,0 @@ - Updated libxml version to 0.14.x to support compilation on OSX (Thanks @jmathews)

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