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.1.1 to 6.1.2

4

CHANGELOG.md
# Changelog
## 6.1.2
- bump node types resolves #290
## 6.1.1

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

4

dist/lib/sitemap-item.d.ts

@@ -8,3 +8,3 @@ import { XMLElement } from 'xmlbuilder';

conf: SitemapItemOptions;
root: XMLElement;
root: any;
loc: SitemapItemOptions['url'];

@@ -22,3 +22,3 @@ lastmod: SitemapItemOptions['lastmod'];

url: XMLElement;
constructor(conf: SitemapItemOptions, root?: XMLElement, level?: ErrorLevel);
constructor(conf: SitemapItemOptions, root?: any, level?: ErrorLevel);
/**

@@ -25,0 +25,0 @@ * For creating standalone sitemap entries

{
"name": "sitemap",
"version": "6.1.1",
"version": "6.1.2",
"description": "Sitemap-generating lib/cli",

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

"dependencies": {
"@types/node": "^13.11.1",
"@types/node": "^13.13.2",
"@types/sax": "^1.2.1",

@@ -157,9 +157,9 @@ "arg": "^4.1.3",

"@types/jest": "^25.2.1",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"@typescript-eslint/eslint-plugin": "^2.29.0",
"@typescript-eslint/parser": "^2.29.0",
"babel-eslint": "^10.1.0",
"babel-polyfill": "^6.26.0",
"concurrently": "^5.1.0",
"concurrently": "^5.2.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jest": "^23.8.2",

@@ -169,6 +169,6 @@ "eslint-plugin-prettier": "^3.1.3",

"husky": "^4.2.5",
"jest": "^25.3.0",
"lint-staged": "^10.1.3",
"prettier": "^2.0.0",
"sort-package-json": "^1.41.0",
"jest": "^25.4.0",
"lint-staged": "^10.1.7",
"prettier": "^2.0.5",
"sort-package-json": "^1.42.1",
"source-map": "~0.7.3",

@@ -175,0 +175,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