Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-hyphen

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-hyphen - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

4

dist/react-hyphen.cjs.js

@@ -50,3 +50,5 @@ 'use strict';

var hyphenateChild = function hyphenateChild(child) {
if (child.type === Hyphenated) {
if (child === null) {
return null;
} else if (child.type === Hyphenated) {
return child;

@@ -53,0 +55,0 @@ } else if (typeof child === 'string') {

{
"name": "react-hyphen",
"version": "1.3.0",
"version": "1.3.1",
"keywords": [

@@ -5,0 +5,0 @@ "hyphenate",

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