Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
sitemap-system-file-dispatcher
Advanced tools
Generate sitemap index and urlset on simple way :rocket:
http://www.sitemaps.org/protocol.html
$ npm install sitemap-system
path where the sitemap content will be saved
your website domain
divisions of your web site
name of your theme
list of your urls with format as
url
Scale of priority in your web site. Values should be between 0.0 and 1.0
Information of how often this data is updated
Accept values: - always - hourly - daily - weekly - monthly - anual - never
Date of last change on format
{
"path":"/Documents/",
"domain": "http://mywebsite.com",
"themes":[
{
"name":"sport",
"urls":[
{
"loc":"http://mywebsite.com/sport/soccer",
"priority":0.7,
"changeFreq":"always",
"lastMod":"2016-02-01"
},
{
"loc":"http://mywebsite.com/sport/football",
"priority":0.7,
"changeFreq":"always",
"lastMod":"2016-02-01"
}
]
},
{
"name":"culture",
"urls":[
{
"loc":"http://mywebsite.com/culture/book",
"priority":0.6,
"changeFreq":"never",
"lastMod":"2016-02-01"
},
{
"loc":"http://mywebsite.com/culture/movie",
"priority":0.6,
"changeFreq":"never",
"lastMod":"2016-02-01"
}
]
}
]
}
├── sitemap/
│ ├── index_0.xml
│ ├── index_1.xml
│ ├── theme_0
│ │ ├── urlset_0.xml
│ │ ├── urlset_1.xml
│ │ ├── urlset_2.xml
│ ├── theme_1
│ │ ├── urlset_0.xml
Based on configuration example
├── sitemap/
│ ├── index_0.xml
│ ├── sport
│ │ ├── urlset_0.xml
│ ├── culture
│ │ ├── urlset_0.xml
FAQs
Generate sitemap dispatcher for file
We found that sitemap-system-file-dispatcher demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.