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

@3mo/button-group

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@3mo/button-group - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

14

dist/ButtonGroup.js

@@ -143,14 +143,4 @@ import { __decorate } from "tslib";

button.type = this.type;
if (index === 0) {
button.setAttribute('data-mo-button-group-first', '');
}
else {
button.removeAttribute('data-mo-button-group-first');
}
if (index === this.buttonElements.length - 1) {
button.setAttribute('data-mo-button-group-last', '');
}
else {
button.removeAttribute('data-mo-button-group-last');
}
button.toggleAttribute('data-mo-button-group-first', index === 0);
button.toggleAttribute('data-mo-button-group-last', index === this.buttonElements.length - 1);
}

@@ -157,0 +147,0 @@ }

2

package.json
{
"name": "@3mo/button-group",
"version": "0.1.5",
"version": "0.1.6",
"description": "A button-group web-component.",

@@ -5,0 +5,0 @@ "repository": {

# ButtonGroup
A button-group web-component.

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