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.1.2 to 0.1.3

18

index.js

@@ -45,9 +45,4 @@ /**

/* contents */
let conts = new mf.Component({
style : { 'position' : 'relative',
'z-index' : 10 },
height : hei
});
let conts = new mf.Component({height : hei});
this.addChild(conts);
this.target(conts.target());

@@ -128,11 +123,3 @@

/* getter */
let chd = this.child();
let ret = new Array();
for (let cidx in chd) {
if (2 >= cidx) {
continue;
}
ret.push(chd[cidx]);
}
return ret;
return this.child()[2].child();
}

@@ -171,3 +158,2 @@ /* setter */

}
/* setter */
/* set header color */

@@ -174,0 +160,0 @@ this.header().color(clr);

2

package.json
{
"name": "mofron-comp-appbase",
"version": "0.1.2",
"version": "0.1.3",
"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