Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2 to 1.1.3

2

lib/utils.js

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

var standaloneTags = ['hr', 'br', 'img', 'input', 'col', 'source'];
var standaloneTags = ['area', 'base', 'br', 'col', 'command', 'embed', 'hr', 'img', 'input', 'keygen', 'link', 'menuitem', 'meta', 'param', 'source', 'track', 'wbr'];
exports.isStandalone = function isStandalone(tagName) {
return standaloneTags.indexOf(tagName) !== -1;
};
{
"name": "jsonml-to-react-element",
"version": "1.1.2",
"version": "1.1.3",
"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