You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@klevn/jxc

Package Overview
Dependencies
Maintainers
1
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@klevn/jxc - npm Package Compare versions

Comparing version

to
5.0.9

readme.md

8

package.json

@@ -22,3 +22,3 @@ {

"name": "@klevn/jxc",
"version": "5.0.8",
"version": "5.0.9",
"main": "./dist/compiler.js",

@@ -33,6 +33,6 @@ "types": "./dist/compiler.d.ts",

},
"keywords": [],
"author": "",
"keywords": ["compile", "jsx", "tsx", "compile-jsx", "compile-tsx"],
"author": "Klevn",
"license": "ISC",
"description": ""
"description": "A javascript tool to compile tsx and jsx files to static index.html files on the server. It uses babel and a custom compiler."
}