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

@zendeskgarden/container-buttongroup

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zendeskgarden/container-buttongroup - npm Package Compare versions

Comparing version 1.0.2 to 1.0.4

8

dist/index.cjs.js

@@ -26,6 +26,7 @@ /**

} = _temp === void 0 ? {} : _temp;
return { ...getContainerProps(other),
return {
...getContainerProps(other),
role: role === null ? undefined : role,
'data-garden-container-id': 'containers.buttongroup',
'data-garden-container-version': '1.0.2'
'data-garden-container-version': '1.0.4'
};

@@ -38,3 +39,4 @@ };

} = _ref;
return { ...getItemProps({
return {
...getItemProps({
selectedAriaKey: 'aria-pressed',

@@ -41,0 +43,0 @@ ...other

@@ -24,6 +24,7 @@ /**

} = _temp === void 0 ? {} : _temp;
return { ...getContainerProps(other),
return {
...getContainerProps(other),
role: role === null ? undefined : role,
'data-garden-container-id': 'containers.buttongroup',
'data-garden-container-version': '1.0.2'
'data-garden-container-version': '1.0.4'
};

@@ -36,3 +37,4 @@ };

} = _ref;
return { ...getItemProps({
return {
...getItemProps({
selectedAriaKey: 'aria-pressed',

@@ -39,0 +41,0 @@ ...other

{
"name": "@zendeskgarden/container-buttongroup",
"version": "1.0.2",
"version": "1.0.4",
"description": "Containers relating to buttongroup in the Garden Design System",

@@ -24,3 +24,3 @@ "license": "Apache-2.0",

"@babel/runtime": "^7.8.4",
"@zendeskgarden/container-selection": "^2.0.2"
"@zendeskgarden/container-selection": "^2.0.4"
},

@@ -45,3 +45,3 @@ "peerDependencies": {

"zendeskgarden:src": "src/index.ts",
"gitHead": "1cc53f9f74902490e5af52e54d76c9aa06f8976a"
"gitHead": "c2f2e7a79b629e7d9890a349398e03ad6e333e66"
}
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