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

@flywire/react-headlessui

Package Overview
Dependencies
Maintainers
11
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flywire/react-headlessui - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

dist/cjs/hooks/useMaskInput/useMaskInput.js

@@ -23,3 +23,3 @@ "use strict";

});
if (formattedText) {
if (formattedText !== undefined) {
setValue(formattedText);

@@ -26,0 +26,0 @@ runAfterUpdate(() => {

@@ -18,3 +18,3 @@ import { useRef, useState } from 'react';

});
if (formattedText) {
if (formattedText !== undefined) {
setValue(formattedText);

@@ -21,0 +21,0 @@ runAfterUpdate(() => {

@@ -32,3 +32,3 @@ var __importDefault = (this && this.__importDefault) || function (mod) {

});
if (formattedText) {
if (formattedText !== undefined) {
setValue(formattedText);

@@ -35,0 +35,0 @@ runAfterUpdate(() => {

{
"name": "@flywire/react-headlessui",
"version": "0.0.8",
"version": "0.0.9",
"description": "Headless UI components",

@@ -5,0 +5,0 @@ "main": "./dist/umd/index.js",

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