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

sitemapy

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sitemapy - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

2

dist/sitemapy.d.ts

@@ -11,4 +11,4 @@ export interface SitemapElement {

}
declare const createSitemap: (config: SitemapConfig) => string;
declare const createSitemap: (config: SitemapConfig) => any;
export default createSitemap;
//# sourceMappingURL=sitemapy.d.ts.map
{
"name": "sitemapy",
"version": "1.1.0",
"version": "1.2.0",
"description": "Simple utility to generate sitemaps in xml, with zero dependencies",

@@ -19,3 +19,3 @@ "main": "dist/sitemapy.js",

"type": "git",
"url" : "https://github.com/postiess/sitemapy.git"
"url": "https://github.com/postiess/sitemapy.git"
},

@@ -29,3 +29,1 @@ "devDependencies": {

}

@@ -0,2 +1,5 @@

# Sitemapy
[![Test](https://github.com/postiess/sitemapy/actions/workflows/test.yml/badge.svg)](https://github.com/postiess/sitemapy/actions/workflows/test.yml)
[![tests](https://github.com/postiess/sitemapy/actions/workflows/test.yml/badge.svg)](https://github.com/postiess/sitemapy/actions/workflows/test.yml)
Simple utility to generate sitemaps

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