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

@factor/plugin-sitemap

Package Overview
Dependencies
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@factor/plugin-sitemap - npm Package Compare versions

Comparing version 1.1.5 to 1.1.20

2

index.ts

@@ -75,2 +75,4 @@ import { createGzip } from "zlib"

async (request: Request, response: Response): Promise<void> => {
response.header("Content-Type", "application/xml")
response.header("Content-Encoding", "gzip")
// if we have a cached entry send it

@@ -77,0 +79,0 @@ if (sitemap) {

4

package.json
{
"name": "@factor/plugin-sitemap",
"description": "This plugin generates a sitemap by crawling your Factor app.",
"version": "1.1.5",
"version": "1.1.20",
"license": "GPL-2.0",

@@ -18,3 +18,3 @@ "publishConfig": {

},
"gitHead": "4aa17725c1698aac14bca37151f5d0cbee3b27ae",
"gitHead": "8c878567d13c8a0b04247c6b38012a882b99eae2",
"keywords": [

@@ -21,0 +21,0 @@ "factor",

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