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

no-css-blog

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

no-css-blog - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

11

index.js

@@ -123,4 +123,15 @@ #!/usr/bin/env node

// Sitemap
write(
'build/sitemap.xml',
`<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">${posts
.map(
(post) =>
`<url><loc>https://blog.yuru.cam/${post.tag}/${post.post.substring(11)}.html</loc><lastmod>${post.post.substring(0, 10)}</lastmod></url>`,
)
.join('')}</urlset>`,
);
// -------------------------------------------- //
console.log('Done!');

2

package.json
{
"name": "no-css-blog",
"version": "0.1.4",
"version": "0.1.5",
"description": "A tool to generate a blog without CSS",

@@ -5,0 +5,0 @@ "author": "rhea-so",

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