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

hjsx

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hjsx - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

hjsx.js

10

package.json
{
"name": "hjsx",
"version": "0.1.0",
"version": "0.1.1",
"module": "hjsx.ts",
"main": "hjsx.js",
"type": "module",
"types": "types.d.ts",
"scripts": {
"build": "bun build hjsx.ts --outfile hjsx.js --target node",
"prepare": "bun run build && bun run util/update-version.ts"
},
"devDependencies": {

@@ -12,2 +18,2 @@ "@types/bun": "latest"

}
}
}

2

README.md

@@ -6,3 +6,3 @@ # hjsx

JSX is great for templating, but pulling in React can be overkill, and even when just using the types it can be confusing. **hjsx**(Hypertext + JavaScript Extensible Markup Language) aims to provide a simple way to use JSX on the server by rendering it to HTML.
JSX is great for templating, but pulling in React can be overkill, and even when just using the types it can be confusing. **hjsx** (Hypertext + JavaScript Extensible Markup Language) aims to provide a simple way to use JSX on the server by rendering it to HTML.

@@ -9,0 +9,0 @@ It includes modified types for the JSX elements, with all event handlers removed, and a `render` method that returns a string.

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