Socket
Socket
Sign inDemoInstall

@unlimited-react-components/material-button

Package Overview
Dependencies
8
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.4 to 1.2.5

3

build/index.d.ts
import MaterialButton from "./MaterialButton/MaterialButton";
export { MaterialButton };
import { MaterialButtonProps, MaterialButtonDefaultProps } from "./MaterialButton/MaterialButtonProps";
export { MaterialButton, MaterialButtonProps, MaterialButtonDefaultProps };

@@ -856,3 +856,3 @@ function ___$insertStyle(css) {

export { MaterialButton };
export { MaterialButton, MaterialButtonDefaultProps };
//# sourceMappingURL=index.es.js.map

@@ -867,2 +867,3 @@ 'use strict';

exports.MaterialButton = MaterialButton;
exports.MaterialButtonDefaultProps = MaterialButtonDefaultProps;
//# sourceMappingURL=index.js.map

@@ -5,23 +5,12 @@ # Change Log

<a name="2.0.0"></a>
## [2.0.0](https://github.com/JinSSJ3/dynamicss) (2021-09-08)
<a name="1.2.5"></a>
## [1.2.5](https://github.com/unlimited-react-components/material-button) (2021-11-08)
### Features
* updated readme status badges
* added function for checking whether a stylesheet exists or not in the DOM
* added function for making a StyleSheet object
* Expose `MaterialButtonProps`, `MaterialButtonDefaultProps` in index.ts
<a name="1.0.7"></a>
## [1.0.8](https://github.com/JinSSJ3/dynamicss) (2021-09-08)
### Features
* added readme status badges
* added function for inserting dynamically a stylesheet exists or not in the DOM
* added function for editing a StyleSheet that exists on the DOM given an id
* added function for removing a StyleSheet that exists on the DOM given an id
<a name="1.0.0"></a>
# [1.0.0](https://github.com/JinSSJ3/dynamicss) (2021-09-08)
{
"name": "@unlimited-react-components/material-button",
"version": "1.2.4",
"version": "1.2.5",
"description": "Independant Material Button from Material Design built from 0",

@@ -5,0 +5,0 @@ "main": "./build/index.js",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc