Socket
Socket
Sign inDemoInstall

@beekai/react

Package Overview
Dependencies
4
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.4.1

2

index.js

@@ -483,3 +483,3 @@ import * as React from 'react';

formData.append(name, value[0]);
} else {
} else if (typeof value !== 'undefined') {
formData.append(name, value);

@@ -486,0 +486,0 @@ }

{
"name": "@beekai/react",
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT",

@@ -15,5 +15,5 @@ "publishConfig": {

"peerDependencies": {
"react": "18.2.0",
"react-hook-form": "7.43.0-next.0"
"react": "^18.2.0",
"react-hook-form": "^7.43.1"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc