Socket
Socket
Sign inDemoInstall

jsxte

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsxte - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

4

package.json

@@ -7,2 +7,4 @@ {

"@typescript-eslint/parser": "^5.23.0",
"axios": "^1.3.4",
"crypto": "^1.0.1",
"esbuild": "^0.17.4",

@@ -22,3 +24,3 @@ "eslint": "^8.15.0",

"name": "jsxte",
"version": "2.3.0",
"version": "2.3.1",
"main": "./dist/legacy/index.js",

@@ -25,0 +27,0 @@ "types": "./dist/types/index.d.ts",

@@ -10,13 +10,14 @@ # JSX Template Engine

2. [Building](#building)
2. [Asynchronous Components](#asynchronous-components)
3. [Context](#context)
2. [Examples](#examples)
3. [Asynchronous Components](#asynchronous-components)
4. [Context](#context)
1. [Example](#example)
2. [Provider/Consumer Pattern](#providerconsumer-pattern)
4. [Error Boundaries](#error-boundaries)
5. [Error Boundaries](#error-boundaries)
1. [Example](#example-1)
5. [Extending the typings](#extending-the-typings)
6. [Extending the typings](#extending-the-typings)
1. [Adding custom web component tags](#adding-custom-web-component-tags)
2. [Adding a global html attribute](#adding-a-global-html-attribute)
6. [Express JS View Engine](#express-js-view-engine)
7. [Rendering to a string tag template](#rendering-to-a-string-tag-template)
7. [Express JS View Engine](#express-js-view-engine)
8. [Rendering to a string tag template](#rendering-to-a-string-tag-template)
1. [Example](#example-2)

@@ -84,2 +85,9 @@

## Examples
Check out these example repositories:
- [(Express + TypeScript) TODO App](https://github.com/ncpa0/jsxte-with-typescript-example)
- [(Express + Babel) TODO App](https://github.com/ncpa0/jsxte-with-babel-example)
## Asynchronous Components

@@ -86,0 +94,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