Socket
Socket
Sign inDemoInstall

@shopify/react-hydrate

Package Overview
Dependencies
Maintainers
13
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 1.1.3 to 1.1.4

9

package.json
{
"name": "@shopify/react-hydrate",
"version": "1.1.3",
"version": "1.1.4",
"license": "MIT",

@@ -27,8 +27,5 @@ "description": "Utilities for hydrating server-rendered React apps",

"dependencies": {
"@shopify/react-effect": "^3.2.2",
"@shopify/react-hooks": "^1.2.2"
"@shopify/react-effect": "^3.2.3",
"@shopify/react-hooks": "^1.2.3"
},
"devDependencies": {
"typescript": "~3.2.1"
},
"peerDependencies": {

@@ -35,0 +32,0 @@ "react": "^16.8.0"

@@ -27,3 +27,3 @@ # `@shopify/react-hydrate`

import {render} from 'react-dom';
import {HydrationContext, HydrationManager} from '@shopify/react-hydration';
import {HydrationContext, HydrationManager} from '@shopify/react-hydrate';
import App from '../app';

@@ -48,5 +48,5 @@

import React from 'react';
import {render} from 'react-dom';
import {render} from '@shopify/react-html/server';
import {extract} from '@shopify/react-effect';
import {HydrationContext, HydrationManager} from '@shopify/react-hydration';
import {HydrationContext, HydrationManager} from '@shopify/react-hydrate';
import App from '../app';

@@ -53,0 +53,0 @@

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