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.1 to 1.1.2

2

lib/utils.js

@@ -35,5 +35,5 @@ 'use strict';

var standaloneTags = ['hr', 'br', 'img', 'input', 'col'];
var standaloneTags = ['hr', 'br', 'img', 'input', 'col', 'source'];
exports.isStandalone = function isStandalone(tagName) {
return standaloneTags.indexOf(tagName) !== -1;
};
{
"name": "jsonml-to-react-element",
"version": "1.1.1",
"version": "1.1.2",
"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