Socket
Socket
Sign inDemoInstall

react

Package Overview
Dependencies
0
Maintainers
4
Versions
1799
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 19.0.0-beta-94eed63c49-20240425 to 19.0.0-beta-9d76c954cf-20240510

cjs/react-compiler-runtime.development.js

2

cjs/react-jsx-dev-runtime.development.js

@@ -848,3 +848,3 @@ /**

function ReactElement(type, key, _ref, self, source, owner, props) {
function ReactElement(type, key, _ref, self, source, owner, props, debugStack, debugTask) {
var ref;

@@ -851,0 +851,0 @@

@@ -848,3 +848,3 @@ /**

function ReactElement(type, key, _ref, self, source, owner, props) {
function ReactElement(type, key, _ref, self, source, owner, props, debugStack, debugTask) {
var ref;

@@ -851,0 +851,0 @@

@@ -853,3 +853,3 @@ /**

function ReactElement(type, key, _ref, self, source, owner, props) {
function ReactElement(type, key, _ref, self, source, owner, props, debugStack, debugTask) {
var ref;

@@ -856,0 +856,0 @@

@@ -539,2 +539,2 @@ /**

};
exports.version = "19.0.0-beta-94eed63c49-20240425";
exports.version = "19.0.0-beta-9d76c954cf-20240510";

@@ -479,2 +479,2 @@ /**

};
exports.version = "19.0.0-beta-94eed63c49-20240425";
exports.version = "19.0.0-beta-9d76c954cf-20240510";

@@ -7,3 +7,3 @@ {

],
"version": "19.0.0-beta-94eed63c49-20240425",
"version": "19.0.0-beta-9d76c954cf-20240510",
"homepage": "https://react.dev/",

@@ -17,5 +17,7 @@ "bugs": "https://github.com/facebook/react/issues",

"cjs/",
"compiler-runtime.js",
"jsx-runtime.js",
"jsx-runtime.react-server.js",
"jsx-dev-runtime.js",
"jsx-dev-runtime.react-server.js",
"react.react-server.js"

@@ -34,3 +36,10 @@ ],

},
"./jsx-dev-runtime": "./jsx-dev-runtime.js"
"./jsx-dev-runtime": {
"react-server": "./jsx-dev-runtime.react-server.js",
"default": "./jsx-dev-runtime.js"
},
"./compiler-runtime": {
"react-server": "./compiler-runtime.js",
"default": "./compiler-runtime.js"
}
},

@@ -37,0 +46,0 @@ "repository": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc