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.12 to 0.11.14

10

index.js

@@ -19,2 +19,5 @@ // @flow

options.title = Model.title;
if (!options.service && Model.service) {
options.service = Model.service.id;
}
}

@@ -30,3 +33,3 @@ }];

model: string;
ref: void | Class < Alaska$Model > ;
ref: void | Class < Alaska$Model >;
optional: boolean;

@@ -78,3 +81,6 @@

this.service = ref.service.id;
if (ref.service) {
// 模型已经初始化
this.service = ref.service.id;
}
this.model = ref.name;

@@ -81,0 +87,0 @@ } else {

2

package.json
{
"name": "alaska-field-relationship",
"version": "0.11.12",
"version": "0.11.14",
"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