Socket
Socket
Sign inDemoInstall

@shopify/react-html

Package Overview
Dependencies
Maintainers
13
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/react-html - npm Package Compare versions

Comparing version 9.0.0 to 9.0.1

13

CHANGELOG.md

@@ -7,4 +7,2 @@ # Changelog

<!-- Unreleased changes should go to UNRELEASED.md -->
---

@@ -14,2 +12,13 @@

## [3.0.1] - 2019-07-04
### Changed
- The `<Preconnect />` component now works for Safari users, at the expense of IE users. ([#776](https://github.com/Shopify/quilt/pull/776))
### Fixed
- Fixed an issue where async components would not be immediately available during server rendering
- Added the missing dependency for `@shopify/react-hydrate`
## 9.0.0 - 2019-07-03

@@ -16,0 +25,0 @@

2

dist/hooks.js

@@ -32,3 +32,3 @@ "use strict";

return manager.addLink({
rel: 'dns-prefetch preconnect',
rel: 'preconnect',
href: source,

@@ -35,0 +35,0 @@ });

{
"name": "@shopify/react-html",
"version": "9.0.0",
"version": "9.0.1",
"license": "MIT",

@@ -27,2 +27,3 @@ "description": "A component to render your react app with no static HTML.",

"@shopify/react-effect": "^3.2.0",
"@shopify/react-hydrate": "^1.1.1",
"@shopify/react-serialize": "^1.0.15",

@@ -29,0 +30,0 @@ "@shopify/useful-types": "^1.3.0",

@@ -37,3 +37,3 @@ import {useEffect, useContext} from 'react';

manager.addLink({
rel: 'dns-prefetch preconnect',
rel: 'preconnect',
href: source,

@@ -40,0 +40,0 @@ }),

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