New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mof-parts-radihdg

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mof-parts-radihdg - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

11

index.js

@@ -22,8 +22,15 @@ /**

frame.style('border-width', '1px 1px 1px 10px');
if (undefined != mofron.theme) {
var clr = mofron.theme.getColor(0);
if (null !== clr) {
frame.style('border-color', clr.getStyle());
}
}
frame.radius(30);
frame.addLayout(new mofron.layout.Margin('left',30));
frame.addChild(new mofron.parts.Heading(prm[0], prm[1]));
this.addChild(frame, true, this.getVdom());
super.initContents(this.getTarget(), prm);
this.marginLeft(30);
} catch (e) {

@@ -30,0 +37,0 @@ console.error(e.stack);

2

package.json
{
"name": "mof-parts-radihdg",
"version": "0.0.1",
"version": "0.0.2",
"description": "radius heading of mofron UI parts",

@@ -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