Socket
Socket
Sign inDemoInstall

sitemap

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sitemap - npm Package Compare versions

Comparing version 6.3.0 to 6.3.1

4

CHANGELOG.md
# Changelog
## 6.3.1
- fix #331 incorrect type on sourceData in simpleSitemapAndIndex.
## 6.3.0

@@ -4,0 +8,0 @@

2

dist/lib/sitemap-simple.d.ts

@@ -6,3 +6,3 @@ import { Readable } from 'stream';

sitemapHostname?: string | undefined;
sourceData: SitemapItemLoose | string | Readable | string[];
sourceData: SitemapItemLoose[] | string | Readable | string[];
destinationDir: string;

@@ -9,0 +9,0 @@ limit?: number | undefined;

{
"name": "sitemap",
"version": "6.3.0",
"version": "6.3.1",
"description": "Sitemap-generating lib/cli",

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

"dependencies": {
"@types/node": "^14.6.4",
"@types/node": "^14.11.1",
"@types/sax": "^1.2.1",

@@ -172,18 +172,18 @@ "arg": "^4.1.3",

"@babel/preset-typescript": "^7.10.4",
"@types/jest": "^26.0.13",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"@types/jest": "^26.0.14",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"babel-eslint": "^10.1.0",
"babel-polyfill": "^6.26.0",
"concurrently": "^5.3.0",
"eslint": "^7.8.1",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jest": "^24.0.0",
"eslint-plugin-jest": "^24.0.2",
"eslint-plugin-prettier": "^3.1.4",
"express": "^4.17.1",
"husky": "^4.2.5",
"husky": "^4.3.0",
"jest": "^26.4.2",
"lint-staged": "^10.3.0",
"prettier": "^2.1.1",
"sort-package-json": "^1.44.0",
"lint-staged": "^10.4.0",
"prettier": "^2.1.2",
"sort-package-json": "^1.46.0",
"source-map": "~0.7.3",

@@ -190,0 +190,0 @@ "stats-lite": "^2.2.0",

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