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

alaska-field-relationship

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alaska-field-relationship - npm Package Compare versions

Comparing version 0.11.10 to 0.11.11

2

package.json
{
"name": "alaska-field-relationship",
"version": "0.11.10",
"version": "0.11.11",
"description": "Alaska relationship field",

@@ -5,0 +5,0 @@ "keywords": [

@@ -47,3 +47,3 @@ // @flow

if (_.find(this.state.options, (o) => o.value === props.value)) return;
this.setState({ options: [] });
this.setState({ options: [] }, this.handleSearch);
}

@@ -122,2 +122,3 @@ }

render() {
console.log('render', this);
let { field, value, disabled, errorText } = this.props;

@@ -124,0 +125,0 @@ const options = this.state.options;

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