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.21.0 to 0.22.0

index.d.ts

15

package.json
{
"name": "jsx-dom-runtime",
"version": "0.21.0",
"version": "0.22.0",
"description": "A tiny in 500 bytes library to JSX syntax templates for DOM",

@@ -35,6 +35,6 @@ "type": "module",

"lint": "eslint 'src/**/*.{js,ts}' 'tests/**/*.{js,ts,tsx}'",
"test": "node --experimental-vm-modules node_modules/.bin/jest",
"test": "node --experimental-vm-modules node_modules/.bin/jest --no-cache",
"build": "rollup -c",
"size": "size-limit",
"dev": "npm run lint && npm run build && npx jest --clearCache && npm test && npm run size"
"dev": "npm run lint && npm run build && npm test && npm run size"
},

@@ -50,7 +50,7 @@ "dependencies": {

"@babel/preset-typescript": "^7.18.6",
"@evilmartians/lefthook": "^1.2.8",
"@evilmartians/lefthook": "^1.2.9",
"@jest/globals": "^29.4.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.0.1",
"@size-limit/preset-small-lib": "^8.1.2",
"@size-limit/preset-small-lib": "^8.2.4",
"@testing-library/dom": "^8.20.0",

@@ -66,3 +66,3 @@ "@testing-library/jest-dom": "^5.16.5",

"rollup": "^3.15.0",
"size-limit": "^8.1.2",
"size-limit": "^8.2.4",
"typescript": "^4.9.5"

@@ -73,3 +73,4 @@ },

"jsx-runtime",
"jsx-dev-runtime"
"jsx-dev-runtime",
"index.d.ts"
],

@@ -76,0 +77,0 @@ "keywords": [

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