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

mofron-layout-margin

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mofron-layout-margin - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

5

index.js

@@ -34,3 +34,5 @@ /**

}
tgt.vdom().style(mg, this.value() + 'px');
var setmgn = {};
setmgn[mg] = this.value() + 'px';
tgt.vdom().style(setmgn);
} catch (e) {

@@ -77,2 +79,3 @@ console.error(e.stack);

}
mofron.layout.margin = {};
module.exports = mofron.layout.Margin;

2

package.json
{
"name": "mofron-layout-margin",
"version": "0.0.7",
"version": "0.0.8",
"description": "margin layout of 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