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

jsx-async-runtime

Package Overview
Dependencies
Maintainers
1
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.1.2 to 0.1.3

2

dist/types/jsx-runtime.d.ts

@@ -0,2 +1,2 @@

export * from "./jsx/jsx-runtime";
export * from "./jsx/jsx.types";
export * from "./jsx/jsx-runtime";
{
"name": "jsx-async-runtime",
"version": "0.1.2",
"version": "0.1.3",
"description": "An asynchronous JSX runtime without dependencies to be used as server-side template engine.",

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

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

@@ -42,13 +42,12 @@ "type": "module",

"scripts": {
"build": "esbuild --minify --platform=node --format=esm --outdir=./dist/esm --bundle ./src/*.ts",
"build:types": "tsc --emitDeclarationOnly --outDir ./dist/types",
"clean": "rm -r dist",
"format": "prettier --write src",
"release": "npm run clean ; npm run build:types && npm run build"
"start": "nodemon -w src -e 'js,jsx,ts,tsx' --exec npm run build",
"build": "rm -r dist ; npm run build:types && npm run build:esm",
"build:esm": "esbuild --minify --platform=node --format=esm --outdir=./dist/esm --bundle ./src/*.ts",
"build:types": "tsc --emitDeclarationOnly --outDir ./dist/types"
},
"devDependencies": {
"esbuild": "latest",
"prettier": "latest",
"typescript": "latest"
"esbuild": "0.19.11",
"nodemon": "3.0.2",
"typescript": "5.3.3"
}
}

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