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

@u-blox/custom-feed

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@u-blox/custom-feed - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

package.json
{
"name": "@u-blox/custom-feed",
"version": "1.0.2",
"version": "1.0.3",
"description": "Feed is a RSS, Atom and JSON feed generator for Node.js, making content syndication simple and intuitive!",

@@ -55,2 +55,2 @@ "homepage": "https://github.com/afar-ublox/custom-feed",

}
}
}

@@ -47,4 +47,4 @@ import { Feed } from "./feed";

feed.items = items;
console.log(feed);
return JSON.stringify(feed, null, 4);
};
export interface Item {
title: string;
id?: string;
link: string;
date: Date;
description?: string;
content?: string;
category?: Category[];
guid?: string;
image?: string | Enclosure;
audio?: string | Enclosure;
video?: string | Enclosure;
enclosure?: Enclosure;
author?: Author[];
contributor?: Author[];
published?: Date;
copyright?: string;
extensions?: Extension[];
[key: string]: any;
[key: string]: any | [any];
}

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