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

jsx-dom-runtime

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsx-dom-runtime - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

babel-preset/index.js

13

package.json
{
"name": "jsx-dom-runtime",
"version": "0.1.0",
"description": "",
"version": "0.2.0",
"description": "JSX syntax for DOM Element",
"main": "jsx-runtime/jsxRuntime.cjs.js",

@@ -15,7 +15,9 @@ "module": "jsx-runtime/jsxRuntime.module.js",

},
"dependencies": {
"@babel/core": "^7.13.8",
"@babel/helper-plugin-utils": "^7.13.0",
"@babel/plugin-transform-react-jsx": "^7.12.17"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/plugin-transform-react-jsx": "^7.12.17",
"@babel/preset-env": "^7.13.9",
"@babel/preset-typescript": "^7.13.0",
"@rollup/plugin-babel": "^5.3.0",

@@ -40,2 +42,3 @@ "@testing-library/dom": "^7.29.6",

"jsx-runtime",
"babel-preset",
"README",

@@ -42,0 +45,0 @@ "LICENSE"

# jsx-dom-runtime
[![test status](https://github.com/shoonia/jsx-dom-runtime/workflows/tests/badge.svg)](https://github.com/shoonia/jsx-dom-runtime/actions)
[![npm version](https://badgen.net/npm/v/jsx-dom-runtime)](https://www.npmjs.com/package/jsx-dom-runtime)
[![minzip](https://badgen.net/bundlephobia/minzip/jsx-dom-runtime@latest)](https://bundlephobia.com/result?p=jsx-dom-runtime)
## Install

@@ -17,10 +21,4 @@

{
"plugins": [
[
"@babel/transform-react-jsx",
{
"runtime": "automatic",
"importSource": "jsx-dom-runtime",
}
]
"presets": [
"jsx-dom-runtime/babel-preset"
]

@@ -27,0 +25,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