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 2.0.0-alpha.11 to 2.0.0-alpha.12

es/UnstyledButton.js

2

es/index.js

@@ -5,2 +5,4 @@ export { default as buttonThemeClassNames } from "./buttonThemeClassNames";

export * from "./Button";
export { default as UnstyledButton } from "./UnstyledButton";
export * from "./UnstyledButton";
//# sourceMappingURL=index.js.map

@@ -12,2 +12,5 @@ "use strict";

__export(require("./Button"));
var UnstyledButton_1 = require("./UnstyledButton");
exports.UnstyledButton = UnstyledButton_1.default;
__export(require("./UnstyledButton"));
//# sourceMappingURL=index.js.map

16

package.json
{
"name": "@react-md/button",
"version": "2.0.0-alpha.11",
"version": "2.0.0-alpha.12",
"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.",

@@ -40,8 +40,8 @@ "scripts": {

"dependencies": {
"@react-md/elevation": "^2.0.0-alpha.11",
"@react-md/icon": "^2.0.0-alpha.11",
"@react-md/states": "^2.0.0-alpha.11",
"@react-md/theme": "^2.0.0-alpha.11",
"@react-md/typography": "^2.0.0-alpha.11",
"@react-md/utils": "^2.0.0-alpha.11",
"@react-md/elevation": "^2.0.0-alpha.12",
"@react-md/icon": "^2.0.0-alpha.12",
"@react-md/states": "^2.0.0-alpha.12",
"@react-md/theme": "^2.0.0-alpha.12",
"@react-md/typography": "^2.0.0-alpha.12",
"@react-md/utils": "^2.0.0-alpha.12",
"classnames": "^2.2.6"

@@ -58,3 +58,3 @@ },

},
"gitHead": "740017d534dece692a4520df98de74df4d2e55c7"
"gitHead": "b31afe8dc076cf0647ac3e99dc0b61f8f4b7b0e2"
}

@@ -6,1 +6,4 @@ export { default as buttonThemeClassNames } from "./buttonThemeClassNames";

export * from "./Button";
export { default as UnstyledButton } from "./UnstyledButton";
export * from "./UnstyledButton";

@@ -5,1 +5,3 @@ export { default as buttonThemeClassNames } from "./buttonThemeClassNames";

export * from "./Button";
export { default as UnstyledButton } from "./UnstyledButton";
export * from "./UnstyledButton";

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

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

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

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