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.0.0 to 1.1.0

dist/errors.d.ts

21

package.json
{
"name": "sitemapy",
"version": "1.0.0",
"version": "1.1.0",
"description": "Simple utility to generate sitemaps in xml, with zero dependencies",
"main": "dist/index.js",
"main": "dist/sitemapy.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest",
"build": "tsc -p tsconfig.build.json"
},

@@ -15,3 +16,15 @@ "keywords": [

"author": "postiess",
"license": "MIT"
"license": "MIT",
"repository": {
"type": "git",
"url" : "https://github.com/postiess/sitemapy.git"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
}
}
dist/index.d.ts
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