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

jsx-async-runtime

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsx-async-runtime - npm Package Compare versions

Comparing version 0.5.2 to 0.6.0

3

dist/esm/index.js

@@ -191,4 +191,3 @@ // src/jsx/jsx-runtime.ts

escapeEntities,
jsxToString,
jsxToString as renderToString
jsxToString
};
export * from "./jsx/jsx.types";
export { createElement } from "./jsx/jsx-runtime";
export { escapeEntities } from "./render/escape-entities";
export { jsxToString,
/** @deprecated */
jsxToString as renderToString, } from "./render/jsx-to-string";
export { jsxToString } from "./render/jsx-to-string";
{
"name": "jsx-async-runtime",
"version": "0.5.2",
"version": "0.6.0",
"description": "An asynchronous JSX runtime without dependencies to be used as html template engine.",

@@ -22,4 +22,4 @@ "keywords": [

"author": {
"name": "Maik Jablonski (Neoskop GmbH)",
"email": "jeasx@neoskop.de"
"name": "Maik Jablonski",
"email": "mail@jeasx.dev"
},

@@ -52,4 +52,4 @@ "type": "module",

"nodemon": "3.1.7",
"typescript": "5.6.2"
"typescript": "5.7.2"
}
}

@@ -5,2 +5,4 @@ # jsx-async-runtime

This runtime was initially developed for [Jeasx](https://www.jeasx.dev), but has a value of its own. Its main focus is to keep things simple, reliable and fast.
## Getting started

@@ -7,0 +9,0 @@

Sorry, the diff of this file is not supported yet

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