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

mofron-comp-appbase

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mofron-comp-appbase - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

15

index.js

@@ -123,17 +123,6 @@ /**

/* getter */
if (undefined === this.m_conts) {
this.contents(new mf.Component());
}
return this.m_conts;
return this.child()[2].child();
}
/* setter */
cnt.execOption({
style : {
height : (window.innerHeight - this.header().height())+ 'px'
}
});
if (undefined !== this.m_conts) {
this.updChild(this.m_conts, cnt);
}
this.m_conts = cnt;
this.addChild(cnt);
} catch (e) {

@@ -140,0 +129,0 @@ console.error(e.stack);

2

package.json
{
"name": "mofron-comp-appbase",
"version": "0.0.7",
"version": "0.0.8",
"description": "application base component for mofron",

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

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