Socket
Socket
Sign inDemoInstall

rss-parser

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rss-parser - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

1

index.js

@@ -186,2 +186,3 @@ var Entities = require("entities");

var req = get({
protocol: parsedUrl.protocol,
hostname: parsedUrl.hostname,

@@ -188,0 +189,0 @@ path: parsedUrl.path,

3

package.json
{
"name": "rss-parser",
"version": "2.5.0",
"version": "2.5.1",
"main": "index.js",

@@ -8,3 +8,2 @@ "scripts": {

},
"author": "Bobby Brennan",

@@ -11,0 +10,0 @@ "license": "MIT",

@@ -45,2 +45,4 @@ # rss-parser

## Contributing
### Running Tests

@@ -57,2 +59,9 @@ The tests run the RSS parser for several sample RSS feeds in `test/input` and outputs the resulting JSON into `test/output`. If there are any changes to the output files the tests will fail.

### Publishing Releases
```bash
grunt browserify
npm version minor # or major/patch
npm publish
git push --follow-tags
```

@@ -16,3 +16,2 @@ var FS = require('fs');

Parser.parseFile(IN_DIR + '/' + name + '.' + ext, function(err, parsed) {
console.log('e', err, parsed);
Expect(err).to.equal(null);

@@ -19,0 +18,0 @@ if (process.env.WRITE_GOLDEN) {

Sorry, the diff of this file is too big to display

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