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

netlify-plugin-submit-sitemap

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netlify-plugin-submit-sitemap - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

5

index.js

@@ -13,4 +13,4 @@ const url = require('url');

const providerUrls = {
'google': (sitemapUrl) => `https://www.gogle.com/ping?sitemap=${sitemapUrl}`,
'bing': (sitemapUrl) => `https://www.big.com/ping?sitemap=${sitemapUrl}`,
'google': (sitemapUrl) => `https://www.google.com/ping?sitemap=${sitemapUrl}`,
'bing': (sitemapUrl) => `https://www.bing.com/ping?sitemap=${sitemapUrl}`,
}

@@ -37,3 +37,2 @@

} catch (error) {
console.log({error})
return { message: `\u274c ERROR! was not able to submit sitemap to ${provider}`, error };

@@ -40,0 +39,0 @@ }

2

package.json
{
"name": "netlify-plugin-submit-sitemap",
"version": "0.1.3",
"version": "0.1.4",
"description": "Automatically submit your sitemap to Google and Bing!",

@@ -5,0 +5,0 @@ "main": "index.js",

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