Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

AtomFeed

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atomfeed - npm Package Compare versions

Comparing version
1.1.0
to
1.2.0
lib/net9.0/AtomFeed.dll

Sorry, the diff of this file is not supported yet

+21
MIT License
Copyright (c) 2024 chrishyze
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Sorry, the diff of this file is not supported yet

+1
-0

@@ -8,2 +8,3 @@ <?xml version="1.0" encoding="utf-8"?>

<Default Extension="nuspec" ContentType="application/octet" />
<Override PartName="//LICENSE" ContentType="application/octet" />
</Types>
+5
-4

@@ -5,6 +5,6 @@ <?xml version="1.0" encoding="utf-8"?>

<id>AtomFeed</id>
<version>1.1.0</version>
<version>1.2.0</version>
<authors>chrishyze</authors>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<license type="file">LICENSE</license>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
<readme>README.md</readme>

@@ -14,7 +14,8 @@ <projectUrl>https://github.com/chrishyze/AtomFeed</projectUrl>

<tags>Atom Feed RSS</tags>
<repository type="git" url="https://github.com/chrishyze/AtomFeed" commit="48d36ab9001cdcbbcd1e45ae4d94be985aad88f2" />
<repository type="git" url="https://github.com/chrishyze/AtomFeed" commit="20d306f43d72f28e30059b92b2f115279ae1ed95" />
<dependencies>
<group targetFramework="net8.0" />
<group targetFramework="net9.0" />
</dependencies>
</metadata>
</package>
# AtomFeed
[![](https://img.shields.io/nuget/v/AtomFeed.svg)](https://www.nuget.org/packages/AtomFeed)
[![](https://github.com/chrishyze/AtomFeed/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/chrishyze/AtomFeed/workflows/Tests)
[![](https://img.shields.io/badge/license-MIT-informational)](https://www.nuget.org/packages/AtomFeed)
[![latest version](https://img.shields.io/nuget/v/AtomFeed.svg)](https://www.nuget.org/packages/AtomFeed)
[![downloads](https://img.shields.io/nuget/dt/AtomFeed.svg)](https://www.nuget.org/packages/AtomFeed)
[![tests status](https://github.com/chrishyze/AtomFeed/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/chrishyze/AtomFeed/workflows/Tests)
[![license](https://img.shields.io/badge/license-MIT-informational)](https://www.nuget.org/packages/AtomFeed)

@@ -15,3 +16,5 @@ The Atom Syndication Format is an XML language used for web feeds.

- Deserialize atom feed from XML
- Follows and conforms to [W3C Atom feed validation](https://validator.w3.org/feed/docs/atom.html).
- Follows and conforms to [W3C Atom feed validation](https://validator.w3.org/feed/docs/atom.html)
- Supports .NET 8 and .NET 9, Native AOT compatible
- Zero dependencies

@@ -93,3 +96,3 @@ ## Get Started

// An System.Data.ArgumentException will be thrown,
// A System.Data.ArgumentException will be thrown,
// because the feed is empty.

@@ -107,3 +110,3 @@ var feed = Atom.Deserialize(xml, true);

// An System.Data.ConstraintException will be thrown,
// A System.Data.ConstraintException will be thrown,
// because the feed <id> tag is missing.

@@ -110,0 +113,0 @@ var feed = Atom.Deserialize(xml, true);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet