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.22 to 0.11.24

12

index.js

@@ -27,3 +27,4 @@ // @flow

view: 'RelationshipFieldView',
filter: 'RelationshipFieldFilter'
filter: 'RelationshipFieldFilter',
defaultValue: ''
};

@@ -89,3 +90,3 @@

type = dataType || TypeObjectId;
options = type;
options.type = type;
if (typeof this.ref === 'string') {

@@ -98,2 +99,9 @@ let arr = this.ref.split('.');

options.set = (value) => {
if (value === '' && type === TypeObjectId) {
return undefined;
}
return value;
};
[

@@ -100,0 +108,0 @@ 'get',

2

package.json
{
"name": "alaska-field-relationship",
"version": "0.11.22",
"version": "0.11.24",
"description": "Alaska relationship field",

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

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