Socket
Socket
Sign inDemoInstall

react-refresh

Package Overview
Dependencies
Maintainers
10
Versions
1755
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-refresh - npm Package Compare versions

Comparing version 0.16.0-rc-d025ddd3-20240722 to 0.16.0-rc-d1afcb43-20240903

16

cjs/react-refresh-runtime.development.js

@@ -146,18 +146,2 @@ /**

};
exports.findAffectedHostInstances = function (families) {
var affectedInstances = new Set();
mountedRoots.forEach(function (root) {
var helpers = helpersByRoot.get(root);
if (void 0 === helpers)
throw Error(
"Could not find helpers for a root. This is a bug in React Refresh."
);
helpers
.findHostInstancesForRefresh(root, families)
.forEach(function (inst) {
affectedInstances.add(inst);
});
});
return affectedInstances;
};
exports.getFamilyByID = function (id) {

@@ -164,0 +148,0 @@ return allFamiliesByID.get(id);

2

package.json

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

],
"version": "0.16.0-rc-d025ddd3-20240722",
"version": "0.16.0-rc-d1afcb43-20240903",
"homepage": "https://react.dev/",

@@ -10,0 +10,0 @@ "bugs": "https://github.com/facebook/react/issues",

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