@peertube/feed
Advanced tools
Comparing version 5.1.0 to 5.1.1
@@ -115,3 +115,3 @@ "use strict"; | ||
_attributes: { | ||
label: name, | ||
label: (0, utils_1.sanitize)(name), | ||
scheme: scheme, | ||
@@ -118,0 +118,0 @@ term: term, |
{ | ||
"name": "@peertube/feed", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "Feed - PeerTube fork", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/Chocobozzz/feed", |
@@ -197,3 +197,3 @@ import * as convert from "xml-js" | ||
_attributes: { | ||
label: name, | ||
label: sanitize(name), | ||
scheme, | ||
@@ -200,0 +200,0 @@ term, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
356817