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

@bdt-component-library/button

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bdt-component-library/button - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

build/index.es.js

@@ -113,3 +113,3 @@ import React__default, { createElement } from 'react';

const classNames = require("classNames");
const classNames = require("classnames");
const Button = props => {

@@ -116,0 +116,0 @@ const { ariaLabel, id, children, className, compact = false, disabled, loading = false, inlineIcon = false, iconPosition, onClick, onBlur, inputRef, type = "button", variant = "solid", fullWidth = false } = props;

@@ -120,3 +120,3 @@ 'use strict';

const classNames = require("classNames");
const classNames = require("classnames");
const Button = props => {

@@ -123,0 +123,0 @@ const { ariaLabel, id, children, className, compact = false, disabled, loading = false, inlineIcon = false, iconPosition, onClick, onBlur, inputRef, type = "button", variant = "solid", fullWidth = false } = props;

@@ -5,2 +5,14 @@ {

{
"version": "0.1.2",
"tag": "@bdt-component-library/button_v0.1.2",
"date": "Tue, 09 Feb 2021 20:24:47 GMT",
"comments": {
"patch": [
{
"comment": "Fix casing issue for classnames import"
}
]
}
},
{
"version": "0.1.1",

@@ -7,0 +19,0 @@ "tag": "@bdt-component-library/button_v0.1.1",

# Change Log - @bdt-component-library/button
This log was last generated on Tue, 26 Jan 2021 22:19:35 GMT and should not be manually modified.
This log was last generated on Tue, 09 Feb 2021 20:24:47 GMT and should not be manually modified.
## 0.1.2
Tue, 09 Feb 2021 20:24:47 GMT
### Patches
- Fix casing issue for classnames import
## 0.1.1

@@ -6,0 +13,0 @@ Tue, 26 Jan 2021 22:19:35 GMT

@@ -6,3 +6,3 @@ {

},
"version": "0.1.1",
"version": "0.1.2",
"description": "Button component",

@@ -9,0 +9,0 @@ "author": "BDT",

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