🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@kjanat/404-page

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kjanat/404-page - npm Package Compare versions

Comparing version
2.2.5
to
2.3.0
+2
-1
package.json
{
"name": "@kjanat/404-page",
"version": "2.2.5",
"version": "2.3.0",
"description": "Custom 404 error page for KajKowalski Edge.",

@@ -36,2 +36,3 @@ "homepage": "https://404.kjanat.com",

"smoke": "bun scripts/smoke.ts",
"test": "bun test src",
"test:e2e": "playwright test",

@@ -38,0 +39,0 @@ "typecheck": "tsgo --noEmit"

@@ -30,3 +30,18 @@ # 404 - This host is not configured

<details><summary>add 404 page to a github pages deployment</summary>
```yaml
- run: curl -fsSLo dist/404.html https://esm.sh/@kjanat/404-page/index.html
```
or use the composite action (writes `404.html` into `directory`):
```yaml
- uses: kjanat/404@master
with: { directory: dist/site }
```
</details>
<!-- markdownlint-disable-file no-inline-html -->
<!-- rumdl-disable-file no-inline-html -->

Sorry, the diff of this file is too big to display