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

@shopify/react-hydrate

Package Overview
Dependencies
Maintainers
24
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/react-hydrate - npm Package Compare versions

Comparing version 0.0.0-snapshot-20240308174203 to 0.0.0-snapshot-20240620045713

4

build/cjs/manager.js

@@ -22,3 +22,2 @@ 'use strict';

this.hydration = new Map();
if (typeof document !== 'undefined') {

@@ -30,3 +29,2 @@ for (const element of document.querySelectorAll(`[${shared.HYDRATION_ATTRIBUTE}]`)) {

}
hydrationId(id) {

@@ -38,7 +36,5 @@ const finalId = id || DEFAULT_HYDRATION_ID;

}
getHydration(id) {
return this.hydration.get(id);
}
}

@@ -45,0 +41,0 @@

10

package.json
{
"name": "@shopify/react-hydrate",
"version": "0.0.0-snapshot-20240308174203",
"version": "0.0.0-snapshot-20240620045713",
"license": "MIT",

@@ -24,10 +24,10 @@ "description": "Utilities for hydrating server-rendered React apps",

"engines": {
"node": "^14.17.0 || >=16.0.0"
"node": ">=18.12.0"
},
"dependencies": {
"@shopify/react-effect": "^5.0.3",
"@shopify/react-hooks": "0.0.0-snapshot-20240308174203"
"@shopify/react-effect": "0.0.0-snapshot-20240620045713",
"@shopify/react-hooks": "0.0.0-snapshot-20240620045713"
},
"peerDependencies": {
"react": ">=16.8.0 <19.0.0"
"react": ">=18.0.0 <19.0.0"
},

@@ -34,0 +34,0 @@ "files": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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