New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gracile/sitemap

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gracile/sitemap - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1-next.0

6

dist/vite.js

@@ -16,3 +16,3 @@ import { Readable } from 'node:stream';

if (isSsrBuild) {
logger.error(`\n${VITE_PLUGIN_NAME} is only compatible with static output!\n`);
logger.warn(`\n${VITE_PLUGIN_NAME} is only compatible with static output! Skipping…\n`);
return;

@@ -23,2 +23,6 @@ }

.map(([, asset]) => `/${asset.fileName}`.replace(/\/index\.html$/, '/'));
if (links.length < 2) {
logger.warn(`\n${VITE_PLUGIN_NAME} hasn't found any built HTML pages! Skipping…\n`);
return;
}
const hostname = options.siteUrl.endsWith('/')

@@ -25,0 +29,0 @@ ? options.siteUrl

6

package.json
{
"name": "@gracile/sitemap",
"version": "0.1.0",
"version": "0.1.1-next.0",
"description": "A thin, full-stack, web framework",

@@ -37,3 +37,3 @@ "keywords": [

"dependencies": {
"@gracile/internal-utils": "^0.3.0",
"@gracile/internal-utils": "^0.3.1-next.0",
"picocolors": "^1.0.0",

@@ -49,3 +49,3 @@ "sitemap": "8.0.0"

},
"gitHead": "aa833d408257a36df6e268712a625900e92dd6e3"
"gitHead": "56eaa6603c913e7b0af2ece069f627821bb61a17"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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