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.20 to 1.1.22

3

index.ts

@@ -6,2 +6,3 @@ import { createGzip } from "zlib"

import { currentUrl } from "@factor/api/url"
import { setting } from "@factor/api/settings"
import { Request, Response } from "express"

@@ -53,3 +54,3 @@ import { RouteConfig } from "vue-router"

const posts = await getModel("post").find(
{ permalink: { $ne: null }, status: "published" },
{ permalink: { $ne: null }, status: "published", source: setting("package.name") },
"permalink postType",

@@ -56,0 +57,0 @@ { limit: 2000 }

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

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

},
"gitHead": "8c878567d13c8a0b04247c6b38012a882b99eae2",
"gitHead": "9f0b300d972823377385f40610b49daf1a8f1cac",
"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