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

@memberjunction/core

Package Overview
Dependencies
Maintainers
2
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@memberjunction/core - npm Package Compare versions

Comparing version 0.9.1 to 0.9.3

2

dist/generic/entityInfo.d.ts

@@ -58,2 +58,4 @@ import { BaseInfo } from "./baseInfo";

RelatedEntityBaseTableCodeName: string;
DisplayUserViewName: string;
DisplayUserViewID: number;
constructor(initData: any);

@@ -60,0 +62,0 @@ }

4

dist/generic/entityInfo.js

@@ -75,2 +75,4 @@ "use strict";

this.RelatedEntityBaseTableCodeName = null;
this.DisplayUserViewName = null;
this.DisplayUserViewID = null;
this.copyInitData(initData);

@@ -495,3 +497,3 @@ }

// we have been given a specific view to run, use it
params.ViewName = relationship.DisplayUserViewGUID;
params.ViewID = relationship.DisplayUserViewID; // virtual field - the durable key is the GUID, but the base view for entityrelationship brings in view name and ID
}

@@ -498,0 +500,0 @@ else {

{
"name": "@memberjunction/core",
"version": "0.9.1",
"version": "0.9.3",
"description": "MemberJunction: Core Library including Metadata, Application, and Entity Retrieval and Manipulation",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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