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

@react-md/button

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-md/button - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

## [4.0.1](https://github.com/mlaursen/react-md/compare/v4.0.0...v4.0.1) (2021-11-27)
### Other Internal Changes
* Updated imports to use `import type` when possible ([ba96bb6](https://github.com/mlaursen/react-md/commit/ba96bb62eeddcc0879f6d584aa670850203561e6))
# [4.0.0](https://github.com/mlaursen/react-md/compare/v3.1.1...v4.0.0) (2021-11-24)

@@ -8,0 +20,0 @@

2

lib/Button.d.ts
import { ButtonHTMLAttributes, ReactNode } from "react";
import { InteractionStatesOptions } from "@react-md/states";
import { PropsWithRef } from "@react-md/utils";
import type { PropsWithRef } from "@react-md/utils";
import { ButtonThemeProps } from "./buttonThemeClassNames";

@@ -5,0 +5,0 @@ import { FABPosition, FABProps } from "./FAB";

{
"name": "@react-md/button",
"version": "4.0.0",
"version": "4.0.1",
"description": "This package is used to create buttons with the material design spec. There is built-in support to be able to render accessible clickable divs that look like buttons, or even apply button styles to any element.",

@@ -33,9 +33,9 @@ "main": "./lib/index.js",

"dependencies": {
"@react-md/elevation": "^4.0.0",
"@react-md/icon": "^4.0.0",
"@react-md/states": "^4.0.0",
"@react-md/theme": "^4.0.0",
"@react-md/transition": "^4.0.0",
"@react-md/typography": "^4.0.0",
"@react-md/utils": "^4.0.0",
"@react-md/elevation": "^4.0.1",
"@react-md/icon": "^4.0.1",
"@react-md/states": "^4.0.1",
"@react-md/theme": "^4.0.1",
"@react-md/transition": "^4.0.1",
"@react-md/typography": "^4.0.1",
"@react-md/utils": "^4.0.1",
"classnames": "^2.3.1"

@@ -54,3 +54,3 @@ },

},
"gitHead": "a9f2d64a777698fa65bb3196f6063cdd8321f5cb"
"gitHead": "0df0f24d688ea7c867b7ef656ee9887f00215705"
}
import { ButtonHTMLAttributes, ReactNode } from "react";
import { InteractionStatesOptions } from "@react-md/states";
import { PropsWithRef } from "@react-md/utils";
import type { PropsWithRef } from "@react-md/utils";
import { ButtonThemeProps } from "./buttonThemeClassNames";

@@ -5,0 +5,0 @@ import { FABPosition, FABProps } from "./FAB";

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