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.4.6 to 1.4.11

7

index.ts

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

import { WebpackCopyItemConfig } from "@factor/build/types"
import { PostStatus } from "@factor/post/types"
let sitemap: Buffer

@@ -59,3 +60,7 @@

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

@@ -62,0 +67,0 @@ { limit: 2000 }

4

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

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

},
"gitHead": "0c1a926cbcea452389a8e354f101a712588acdb9",
"gitHead": "8a1c6b7d6874ccf74430ee358e1bce2e734d0e8f",
"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