Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mirohq/design-system-utils

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mirohq/design-system-utils - npm Package Compare versions

Comparing version 0.13.0-checkbox.0 to 0.13.0

6

dist/main.js

@@ -38,6 +38,6 @@ 'use strict';

const booleanify = (value) => {
if (value === false || value === "false") {
return false;
if (value === true || value === "true") {
return true;
}
return true;
return false;
};

@@ -44,0 +44,0 @@

@@ -34,6 +34,6 @@ import { Fragment, Children, cloneElement } from 'react';

const booleanify = (value) => {
if (value === false || value === "false") {
return false;
if (value === true || value === "true") {
return true;
}
return true;
return false;
};

@@ -40,0 +40,0 @@

@@ -36,7 +36,5 @@ import { ReactNode, ReactElement } from 'react';

* Returns boolean type.
* @param value
* @returns
*/
declare const booleanify: (value: Booleanish) => boolean;
declare const booleanify: (value: Booleanish | undefined | null) => boolean;
export { addPropsToChildren, booleanify, createConstants, isFragment, mapKeysToVariants };
{
"name": "@mirohq/design-system-utils",
"version": "0.13.0-checkbox.0",
"version": "0.13.0",
"description": "",

@@ -29,3 +29,3 @@ "author": "Miro",

"dependencies": {
"@mirohq/design-system-types": "^0.4.0-checkbox.0"
"@mirohq/design-system-types": "^0.4.0"
},

@@ -32,0 +32,0 @@ "scripts": {

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