You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@lit/react

Package Overview
Dependencies
Maintainers
8
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lit/react - npm Package Compare versions

Package was removed
Sorry, it seems this package was removed from the registry
Comparing version
1.0.7
to
1.0.8
+2
-2
package.json
{
"name": "@lit/react",
"version": "1.0.7",
"version": "1.0.8",
"description": "A React component wrapper for web components.",

@@ -9,3 +9,3 @@ "license": "BSD-3-Clause",

"type": "git",
"url": "https://github.com/lit/lit.git",
"url": "git+https://github.com/lit/lit.git",
"directory": "packages/react"

@@ -12,0 +12,0 @@ },

@@ -5,4 +5,17 @@ # @lit/react

[![Build Status](https://github.com/lit/lit/workflows/Tests/badge.svg)](https://github.com/lit/lit/actions?query=workflow%3ATests)
[![Published on npm](https://img.shields.io/npm/v/@lit/react.svg?logo=npm)](https://www.npmjs.com/package/@lit/react)
[![Join our Discord](https://img.shields.io/badge/discord-join%20chat-5865F2.svg?logo=discord&logoColor=fff)](https://lit.dev/discord/)
[![Mentioned in Awesome Lit](https://awesome.re/mentioned-badge.svg)](https://github.com/web-padawan/awesome-lit)
## Documentation
Full documentation is available at
[lit.dev/docs/frameworks/react/](https://lit.dev/docs/frameworks/react/).
## Overview
`@lit/react` lets you create React components from web components, and React
hooks from Reactive Controllers.
## `createComponent`

@@ -169,2 +182,2 @@

Please see [CONTRIBUTING.md](../../../CONTRIBUTING.md).
Please see [CONTRIBUTING.md](../../CONTRIBUTING.md).