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

@astrojs/rss

Package Overview
Dependencies
Maintainers
0
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astrojs/rss - npm Package Compare versions

Comparing version 4.0.6 to 4.0.7

6

dist/index.d.ts

@@ -29,9 +29,9 @@ import { z } from 'astro/zod';

/** Link to item */
link: z.infer<typeof rssSchema>['link'];
link?: z.infer<typeof rssSchema>['link'];
/** Full content of the item. Should be valid HTML */
content?: z.infer<typeof rssSchema>['content'];
/** Title of item */
title: z.infer<typeof rssSchema>['title'];
title?: z.infer<typeof rssSchema>['title'];
/** Publication date of item */
pubDate: z.infer<typeof rssSchema>['pubDate'];
pubDate?: z.infer<typeof rssSchema>['pubDate'];
/** Item description */

@@ -38,0 +38,0 @@ description?: z.infer<typeof rssSchema>['description'];

{
"name": "@astrojs/rss",
"description": "Add RSS feeds to your Astro projects",
"version": "4.0.6",
"version": "4.0.7",
"type": "module",

@@ -26,7 +26,7 @@ "types": "./dist/index.d.ts",

"xml2js": "0.6.2",
"astro": "4.8.4",
"astro": "4.11.1",
"astro-scripts": "0.0.14"
},
"dependencies": {
"fast-xml-parser": "^4.3.6",
"fast-xml-parser": "^4.4.0",
"kleur": "^4.1.5"

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