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

@umbraco-ui/uui-boolean-input

Package Overview
Dependencies
Maintainers
6
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@umbraco-ui/uui-boolean-input - npm Package Compare versions

Comparing version 1.8.0 to 1.8.2

6

lib/index.js

@@ -23,4 +23,3 @@ import { UUIFormControlMixin, LabelMixin } from '@umbraco-ui/uui-base/lib/mixins';

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;

@@ -145,2 +144,3 @@ };

label {
position: relative;
cursor: pointer;

@@ -160,3 +160,3 @@ user-select: none;

width: 0px;
margin-top: -4px;
opacity: 0;
}

@@ -163,0 +163,0 @@

{
"name": "@umbraco-ui/uui-boolean-input",
"version": "1.8.0",
"version": "1.8.2",
"license": "MIT",

@@ -44,3 +44,3 @@ "keywords": [

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