Comparing version 1.0.6 to 1.0.7
import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
declare function ExampleButton(): react_jsx_runtime.JSX.Element; | ||
type ButtonProps = {} & React.ButtonHTMLAttributes<HTMLButtonElement> & { | ||
children?: React.ReactNode; | ||
}; | ||
declare function Button({ children, ...props }: ButtonProps): react_jsx_runtime.JSX.Element; | ||
export { ExampleButton }; | ||
export { Button }; |
{ | ||
"name": "rss-ui", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "A React based UI component library.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
1110086
3821
5