Socket
Socket
Sign inDemoInstall

mithril-node-render

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mithril-node-render - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

3

index.js

@@ -26,2 +26,5 @@ 'use strict';

var styles = attrs.style;
if (typeof styles === 'string') {
return ' style="' + styles + '"';
}
return ' style="' + Object.keys(styles).map(function(property) {

@@ -28,0 +31,0 @@ return [camelToDash(property).toLowerCase(), styles[property]].join(':');

2

package.json
{
"name": "mithril-node-render",
"version": "0.1.6",
"version": "0.1.7",
"description": "Node rending of mithril views",

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