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

@umbraco-ui/uui-button-group

Package Overview
Dependencies
Maintainers
6
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@umbraco-ui/uui-button-group - npm Package Compare versions

Comparing version 1.8.0 to 1.9.0-rc.0

3

lib/index.js

@@ -11,4 +11,3 @@ import { defineElement } from '@umbraco-ui/uui-base/lib/registration';

result = (kind ? decorator(target, key, result) : decorator(result)) || result;
if (kind && result)
__defProp(target, key, result);
if (kind && result) __defProp(target, key, result);
return result;

@@ -15,0 +14,0 @@ };

{
"name": "@umbraco-ui/uui-button-group",
"version": "1.8.0",
"version": "1.9.0-rc.0",
"license": "MIT",

@@ -34,3 +34,3 @@ "description": "An element to group buttons.",

"dependencies": {
"@umbraco-ui/uui-base": "1.8.0"
"@umbraco-ui/uui-base": "1.9.0-rc.0"
},

@@ -46,3 +46,3 @@ "scripts": {

"homepage": "https://uui.umbraco.com/?path=/story/uui-button-group",
"gitHead": "53021762a52dc54a46f0c5ef829c1cbaabde1160"
"gitHead": "e3e398e07b6ff9874aa0656cb7767df42f58a4ce"
}
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