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

to
1.7.0-rc.0

8

package.json
{
"name": "@umbraco-ui/uui-button-group",
"version": "1.6.0",
"version": "1.7.0-rc.0",
"license": "MIT",

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

"dependencies": {
"@umbraco-ui/uui-base": "1.6.0"
"@umbraco-ui/uui-base": "1.7.0-rc.0"
},
"scripts": {
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
"clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js *.tgz lib/**/*.d.ts custom-elements.json",

@@ -46,3 +46,3 @@ "analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json"

"homepage": "https://uui.umbraco.com/?path=/story/uui-button-group",
"gitHead": "b06aebbb67ff67c9611a19927ec3ef484edcb1cc"
"gitHead": "a7166e62b37b609e74b96821d397c694a5f42458"
}