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.2.1 to 9.2.2

4

CHANGELOG.md

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

## 9.2.2 - 2019-09-06
- Add missing `useLocale` export
## 9.2.0 - 2019-08-26

@@ -13,0 +17,0 @@

2

dist/common.d.ts

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

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

@@ -22,4 +22,5 @@ "use strict";

exports.useHtmlAttributes = hooks_1.useHtmlAttributes;
exports.useLocale = hooks_1.useLocale;
var serializer_1 = require("./serializer");
exports.createSerializer = serializer_1.createSerializer;
exports.useSerialized = serializer_1.useSerialized;
{
"name": "@shopify/react-html",
"version": "9.2.1",
"version": "9.2.2",
"license": "MIT",

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

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

useHtmlAttributes,
useLocale,
} 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