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

@loadsmart/miranda-react

Package Overview
Dependencies
Maintainers
22
Versions
312
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loadsmart/miranda-react - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

2

dist/components/Button/Button.d.ts
import React from 'react';
import type { HTMLAttributes, ReactNode } from 'react';
import { Button as WCButton, type ButtonProps as WCButtonProps } from '@loadsmart/miranda-wc';
import type { Button as WCButton, ButtonProps as WCButtonProps } from '@loadsmart/miranda-wc';
export interface ButtonProps extends Omit<HTMLAttributes<WCButton>, 'onClick'>, WCButtonProps {

@@ -5,0 +5,0 @@ leading?: ReactNode;

import React, { type HTMLAttributes } from 'react';
import { Text as WCText, type TextProps as WCTextProps } from '@loadsmart/miranda-wc';
import type { Text as WCText, TextProps as WCTextProps } from '@loadsmart/miranda-wc';
export declare type TextProps = React.HTMLAttributes<HTMLSpanElement> & WCTextProps;

@@ -4,0 +4,0 @@ declare global {

{
"name": "@loadsmart/miranda-react",
"version": "1.7.0",
"version": "1.7.1",
"description": "React component library based on Miranda Web Components",

@@ -16,3 +16,4 @@ "main": "dist",

"build": "rollup -c --environment BUILD:prod",
"release": "semantic-release"
"release": "semantic-release",
"typecheck": "tsc"
},

@@ -19,0 +20,0 @@ "author": "Loadsmart",

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