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

@daren/form-elements

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daren/form-elements - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

2

dist/cjs/dropdown.js

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

setSelected(val);
if (onChange) onChange();
if (onChange) onChange(val == null ? void 0 : val.value);
}, [onChange]);

@@ -55,0 +55,0 @@ return /*#__PURE__*/React.createElement("div", {

@@ -33,3 +33,3 @@ var _excluded = ["id", "items", "name", "onChange", "hasError", "defaultValue", "disabled"];

setSelected(val);
if (onChange) onChange();
if (onChange) onChange(val == null ? void 0 : val.value);
}, [onChange]);

@@ -36,0 +36,0 @@ return /*#__PURE__*/React.createElement("div", {

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

}[];
onChange?(): void;
onChange?(value?: string): void;
value?: string;

@@ -13,0 +13,0 @@ hasError?: boolean;

{
"name": "@daren/form-elements",
"version": "1.3.1",
"version": "1.3.2",
"repository": {

@@ -53,3 +53,3 @@ "type": "git",

},
"gitHead": "b03071aac43cc5b2e7b3d85671cc1fa93e56f9e5"
"gitHead": "4e24ca4c1f3f3d02ca28d2084917368243e28348"
}

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