Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

honox

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

honox - npm Package Compare versions

Comparing version 0.0.3 to 0.1.0

2

package.json
{
"name": "honox",
"version": "0.0.3",
"version": "0.1.0",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "type": "module",

@@ -15,2 +15,18 @@ # HonoX

## Installing
You can install the `honox` package from the npm.
```txt
npm install hono honox
```
## Starter template
If you are starting a new HonoX project, use the `hono-create` command. Run the following and choose `x-basic`.
```txt
npm create hono@latest
```
## Get Started - Basic

@@ -523,3 +539,3 @@

import remarkMdxFrontmatter from 'remark-mdx-frontmatter'
import { defineConfig } from '../../node_modules/vite'
import { defineConfig } from 'vite'

@@ -650,3 +666,2 @@ const entry = './app/server.ts'

- [/example](./examples/)
- https://github.com/yusukebe/honox-examples

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