Socket
Socket
Sign inDemoInstall

@elderjs/plugin-sitemap

Package Overview
Dependencies
5
Maintainers
2
Versions
78
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.10 to 1.8.0-beta.4

src/index.ts

24

package.json
{
"name": "@elderjs/plugin-sitemap",
"version": "1.3.10",
"version": "1.8.0-beta.4",
"description": "Easily generate a sitemap for your Elder.js powered website.",

@@ -18,3 +18,9 @@ "keywords": [

"license": "MIT",
"main": "index.js",
"main": "./build/index.js",
"module": "./build/index.mjs",
"types": "/build/index.d.ts",
"exports": {
"require": "./build/index.js",
"import": "./build/index.mjs"
},
"repository": {

@@ -24,4 +30,10 @@ "type": "git",

},
"engines": {
"node": ">=14.19.0"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
"build-fast": "tsup src/index.ts --outDir build --format cjs,esm",
"build": "pnpm run build-fast -- --dts-resolve ",
"prepublishOnly": "pnpm run build",
"dev": "tsc -p tsconfig.json -w"
},

@@ -33,3 +45,9 @@ "bugs": {

"fs-extra": "^9.0.1"
},
"devDependencies": {
"@elderjs/elderjs": "file:../../../elderjs",
"ts-node": "^9.1.1",
"tsup": "6.0.1",
"typescript": "^4.0.2"
}
}
index.js
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc