antwar-rss-plugin
Advanced tools
Comparing version 0.13.2 to 0.18.0
{ | ||
"name": "antwar-rss-plugin", | ||
"version": "0.13.2", | ||
"version": "0.18.0", | ||
"description": "RSS plugin for antwar", | ||
@@ -5,0 +5,0 @@ "main": "dist", |
@@ -107,6 +107,6 @@ const _url = require('url'); | ||
return input.replace(/&/g, '&') | ||
.replace(/</g, '<') | ||
.replace(/>/g, '>') | ||
.replace(/"/g, '"') | ||
.replace(/'/g, '''); | ||
.replace(/</g, '<') | ||
.replace(/>/g, '>') | ||
.replace(/"/g, '"') | ||
.replace(/'/g, '''); | ||
} |
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
23768