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

react-shadow

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-shadow - npm Package Compare versions

Comparing version 18.1.1 to 18.1.2

6

index.d.ts
declare module "react-shadow" {
import * as React from "react";
type RenderElement = keyof HTMLElementTagNameMap;
type Root = {
[name in RenderElement]: React.ComponentType<
React.HTMLAttributes<HTMLElementTagNameMap[name]>
>;
[name: string]: React.ComponentType;
};

@@ -11,0 +7,0 @@

2

package.json
{
"name": "react-shadow",
"version": "18.1.1",
"version": "18.1.2",
"description": "Utilise Shadow DOM in React with all the benefits of style encapsulation.",

@@ -5,0 +5,0 @@ "main": "react-shadow.js",

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