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

@assemble-inc/core

Package Overview
Dependencies
Maintainers
3
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assemble-inc/core - npm Package Compare versions

Comparing version

to
0.4.24

3

dist/lib/Text.d.ts
export type TextTypes = {
element?: 'p' | 'span' | 'code' | 'pre' | 'figcaption';
style?: 'bold' | 'italic' | 'bold italic' | 'italic bold';
className?: string;
children: React.ReactNode;
};
export declare const Text: ({ element, className, children }: TextTypes) => JSX.Element;
export declare const Text: ({ element, className, style, children }: TextTypes) => JSX.Element;
{
"name": "@assemble-inc/core",
"version": "0.4.23",
"version": "0.4.24",
"description": "Assemble Component Library",

@@ -5,0 +5,0 @@ "author": "Assemble Frontend Team",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display