Socket
Socket
Sign inDemoInstall

apostrophe-rss

Package Overview
Dependencies
6
Maintainers
8
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.6 to 0.0.7

9

index.js

@@ -5,7 +5,9 @@ var feedparser = require('feedparser');

module.exports = function(options) {
return new widget(options);
module.exports = function(options, callback) {
return new Construct(options, callback);
};
function widget(options) {
module.exports.Construct = Construct;
function Construct(options, callback) {
var apos = options.apos;

@@ -92,2 +94,3 @@ var app = options.app;

};
return setImmediate(function() { return callback(null); });
}
{
"name": "apostrophe-rss",
"version": "0.0.6",
"version": "0.0.7",
"description": "Adds an RSS feed widget to the Apostrophe content management system",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc