New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@postenbring/hedwig-react

Package Overview
Dependencies
Maintainers
3
Versions
509
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@postenbring/hedwig-react - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

2

dist/box/box.d.ts

@@ -6,3 +6,3 @@ import * as React$1 from 'react';

variant?: "light-grey" | "lighter" | "white" | "warning";
children: React.ReactNode;
children?: React.ReactNode;
/**

@@ -9,0 +9,0 @@ * If `true`, a close button will be shown.

@@ -7,3 +7,3 @@ import * as react_jsx_runtime from 'react/jsx-runtime';

interface DLDTProps extends HTMLAttributes<HTMLBaseElement> {
children: ReactNode;
children?: ReactNode;
}

@@ -14,3 +14,3 @@ interface DescriptionListProps extends HTMLAttributes<HTMLDListElement> {

*/
children: ReactNode;
children?: ReactNode;
/**

@@ -17,0 +17,0 @@ * Direction of the description list

@@ -6,3 +6,3 @@ import * as react_jsx_runtime from 'react/jsx-runtime';

interface LinkListProps extends Omit<ListProps, "listStyle"> {
children: React.ReactElement<HTMLLIElement> | React.ReactElement<HTMLLIElement>[];
children?: React.ReactElement<HTMLLIElement> | React.ReactElement<HTMLLIElement>[];
}

@@ -9,0 +9,0 @@ declare function LinkList(props: LinkListProps): react_jsx_runtime.JSX.Element;

@@ -6,3 +6,3 @@ import * as react_jsx_runtime from 'react/jsx-runtime';

interface ListProps extends HTMLAttributes<HTMLOListElement | HTMLUListElement> {
children: React.ReactElement<HTMLLIElement> | React.ReactElement<HTMLLIElement>[];
children?: React.ReactElement<HTMLLIElement> | React.ReactElement<HTMLLIElement>[];
/**

@@ -9,0 +9,0 @@ * Inherit list styles or do not show these

{
"name": "@postenbring/hedwig-react",
"version": "0.0.11",
"version": "0.0.12",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "module": "./dist/index.mjs",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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