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

@memberjunction/global

Package Overview
Dependencies
Maintainers
2
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@memberjunction/global - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

4

dist/ClassFactory.js

@@ -39,2 +39,6 @@ "use strict";

}
else {
console.log(`ClassFactory.CreateInstance: Could not find registration for base class ${baseClass && baseClass.name ? baseClass.name : baseClass} and key ${key}, using the base class instead.`);
return new baseClass(); // if we can't find a registration, just return a new instance of the base class
}
}

@@ -41,0 +45,0 @@ return null;

3

package.json
{
"name": "@memberjunction/global",
"version": "0.9.1",
"version": "0.9.2",
"description": "MemberJunction: Global Object - Needed for ALL other MJ components",

@@ -12,2 +12,3 @@ "main": "dist/index.js",

"start": "ts-node-dev src/index.ts",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -14,0 +15,0 @@ },

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