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

jsonml-to-react-element

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonml-to-react-element - npm Package Compare versions

Comparing version 1.1.10 to 1.1.11

3

lib/utils.js

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

exports.toStyleObject = function toStyleObject(styleStr) {
if (typeof styleStr !== 'string') {
return styleStr;
}
var style = {};

@@ -15,0 +18,0 @@ styleStr.split(/;\s*/g).forEach(function (rule) {

2

package.json
{
"name": "jsonml-to-react-element",
"version": "1.1.10",
"version": "1.1.11",
"description": "To convert JsonML to React element. ",

@@ -5,0 +5,0 @@ "main": "lib/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