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

@theorem/react

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theorem/react - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

2

dist/package.json

@@ -59,3 +59,3 @@ {

"types": "dist/index.js",
"version": "6.0.0"
"version": "6.0.1"
}

@@ -9,2 +9,2 @@ import { ReactNode } from "react";

children: ReactNode;
}) => {} | null | undefined];
}) => JSX.Element | null];

@@ -12,3 +12,3 @@ var __assign = (this && this.__assign) || function () {

};
import { jsxs as _jsxs } from "react/jsx-runtime";
import { jsxs as _jsxs, Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime";
import { createContext, useContext, useLayoutEffect, useState, } from "react";

@@ -36,3 +36,3 @@ /**

if (setDeepChildren === "no-parent")
return children;
return _jsx(_Fragment, { children: children }, void 0);
return null;

@@ -39,0 +39,0 @@ },

@@ -59,3 +59,3 @@ {

"types": "dist/index.js",
"version": "6.0.0"
"version": "6.0.1"
}
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