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 8.0.2 to 8.0.3

4

CHANGELOG.md

@@ -13,2 +13,6 @@ # Changelog

## 8.0.3 - 2019-04-09
- Fixed `useTitle`, `useLink`, `useMeta`, `usePreconnect`, and `useFavicon` not being exported.
## 8.0.2 - 2019-04-09

@@ -15,0 +19,0 @@

2

dist/common.d.ts

@@ -5,3 +5,3 @@ export * from './components';

export { showPage, getSerialized } from './utilities';
export { useDomEffect } from './hooks';
export { useDomEffect, useTitle, usePreconnect, useFavicon, useLink, useMeta, } from './hooks';
export { createSerializer, useSerialized } from './serializer';

@@ -15,4 +15,9 @@ "use strict";

exports.useDomEffect = hooks_1.useDomEffect;
exports.useTitle = hooks_1.useTitle;
exports.usePreconnect = hooks_1.usePreconnect;
exports.useFavicon = hooks_1.useFavicon;
exports.useLink = hooks_1.useLink;
exports.useMeta = hooks_1.useMeta;
var serializer_1 = require("./serializer");
exports.createSerializer = serializer_1.createSerializer;
exports.useSerialized = serializer_1.useSerialized;
{
"name": "@shopify/react-html",
"version": "8.0.2",
"version": "8.0.3",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "A component to render your react app with no static HTML.",

@@ -5,3 +5,10 @@ export * from './components';

export {showPage, getSerialized} from './utilities';
export {useDomEffect} from './hooks';
export {
useDomEffect,
useTitle,
usePreconnect,
useFavicon,
useLink,
useMeta,
} from './hooks';
export {createSerializer, useSerialized} from './serializer';
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