Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@lion/button

Package Overview
Dependencies
Maintainers
1
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/button - npm Package Compare versions

Comparing version 0.8.8 to 0.8.9

6

CHANGELOG.md
# Change Log
## 0.8.9
### Patch Changes
- 3fefc359: Fix button user-select for Edge/Safari by adding prefixes for the CSS rule.
## 0.8.8

@@ -4,0 +10,0 @@

2

package.json
{
"name": "@lion/button",
"version": "0.8.8",
"version": "0.8.9",
"description": "A button that is easily styleable and accessible in all contexts",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -65,2 +65,5 @@ import {

user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}

@@ -67,0 +70,0 @@

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