Socket
Socket
Sign inDemoInstall

@shopify/react-html

Package Overview
Dependencies
Maintainers
19
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 10.2.6 to 10.2.7

68

CHANGELOG.md

@@ -8,6 +8,12 @@ # Changelog

<!-- ## [Unreleased] -->
<!-- ## Unreleased -->
## [10.2.3] - 2021-03-03
## 10.2.7 - 2021-04-13
### Changed
- Removed dependency on tslib, as we no-longer compile with `tsc`. [#1829](https://github.com/Shopify/quilt/pull/1829)
## 10.2.3 - 2021-03-03
### Fixed

@@ -17,3 +23,3 @@

## [10.2.1] - 2021-02-10
## 10.2.1 - 2021-02-10

@@ -24,3 +30,3 @@ ### Fixed

## [10.2.0] - 2021-02-03
## 10.2.0 - 2021-02-03

@@ -39,3 +45,3 @@ ### Changed

## [10.1.0] - 2020-12-18
## 10.1.0 - 2020-12-18

@@ -46,11 +52,11 @@ ### Added

## [10.0.2] - 2020-10-26
## 10.0.2 - 2020-10-26
- Update `HtmlProps` to mark children as optional (same as any React component) and export it ([#1661](https://github.com/Shopify/quilt/pull/1661))
## [10.0.1] - 2020-10-20
## 10.0.1 - 2020-10-20
- Updated `tslib` dependency to `^1.14.1`. [#1657](https://github.com/Shopify/quilt/pull/1657)
## [10.0.0] - 2020-10-09
## 10.0.0 - 2020-10-09

@@ -68,15 +74,15 @@ ### Changed

## [9.3.0] - 2020-03-13
## 9.3.0 - 2020-03-13
- Update `serialize-javascript@^3.0.0`. Solved an issue when you try to deserialize a non-JSON object by enforcing data to be serialized as a JSON object. ([#762](https://github.com/Shopify/quilt/pull/762))
## [9.2.2] - 2019-09-06
## 9.2.2 - 2019-09-06
- Add missing `useLocale` export
## [9.2.0] - 2019-08-26
## 9.2.0 - 2019-08-26
- New `useLocale` hook for setting the `lang` attribute on HTML
## [9.1.0] - 2019-08-26
## 9.1.0 - 2019-08-26

@@ -87,3 +93,3 @@ ### Added

## [9.0.1] - 2019-07-04
## 9.0.1 - 2019-07-04

@@ -99,3 +105,3 @@ ### Changed

## [9.0.0] - 2019-07-03
## 9.0.0 - 2019-07-03

@@ -106,3 +112,3 @@ ### Changed

## [8.1.1] - 2019-06-14
## 8.1.1 - 2019-06-14

@@ -113,3 +119,3 @@ ### Fixed

## [8.1.0] - 2019-06-11
## 8.1.0 - 2019-06-11

@@ -121,3 +127,3 @@ ### Added

## [8.0.9] - 2019-05-02
## 8.0.9 - 2019-05-02

@@ -128,19 +134,19 @@ ### Changed

## [8.0.6] - 2019-04-15
## 8.0.6 - 2019-04-15
- The render of your app performed by the `Html` component now provides the `HtmlManager` instance, allowing it to access the serializations built up during `extract()` ([#655](https://github.com/Shopify/quilt/pull/655))
## [8.0.4] - 2019-04-12
## 8.0.4 - 2019-04-12
- `useServerDomEffect` now returns a result ([#636](https://github.com/Shopify/quilt/pull/636))
## [8.0.3] - 2019-04-09
## 8.0.3 - 2019-04-09
- Fixed `useTitle`, `useLink`, `useMeta`, `usePreconnect`, and `useFavicon` not being exported.
## [8.0.2] - 2019-04-09
## 8.0.2 - 2019-04-09
- Fixed an issue where `<HeadUpdater />` would attempt to access browser globals on the server.
## [8.0.0] - 2019-04-08
## 8.0.0 - 2019-04-08

@@ -158,3 +164,3 @@ This is a significant update that now requires at least React 16.8. You should refer to the [detailed migration guide](./documentation/migration-version-7-to-8.md) for additional guidance.

## [7.1.6] - 2019-03-27
## 7.1.6 - 2019-03-27

@@ -165,3 +171,3 @@ ### Changed

## [7.1.2] - 2019-03-02
## 7.1.2 - 2019-03-02

@@ -172,3 +178,3 @@ ### Fixed

## [7.1.1] - 2019-02-27
## 7.1.1 - 2019-02-27

@@ -179,3 +185,3 @@ ### Fixed

## [7.1.0] - 2019-02-20
## 7.1.0 - 2019-02-20

@@ -186,7 +192,7 @@ ### Changed

## [7.0.1] - 2019-02-07
## 7.0.1 - 2019-02-07
No changes
## [7.0.0] - 2019-02-04
## 7.0.0 - 2019-02-04

@@ -197,3 +203,3 @@ ### Changed

## [6.2.0] - 2019-01-29
## 6.2.0 - 2019-01-29

@@ -204,3 +210,3 @@ ### Added

## [6.1.0] - 2019-01-24
## 6.1.0 - 2019-01-24

@@ -211,4 +217,4 @@ ### Added

## [6.0.2] - 2019-01-09
## 6.0.2 - 2019-01-09
- Start of Changelog
{
"name": "@shopify/react-html",
"version": "10.2.6",
"version": "10.2.7",
"license": "MIT",

@@ -8,5 +8,2 @@ "description": "A component to render your React app with no static HTML",

"types": "index.d.ts",
"scripts": {
"build": "tsc --p tsconfig.json"
},
"publishConfig": {

@@ -27,9 +24,8 @@ "access": "public",

"dependencies": {
"@shopify/react-effect": "^3.3.3",
"@shopify/react-hydrate": "^1.2.4",
"@shopify/useful-types": "^2.3.3",
"@shopify/react-effect": "^3.3.4",
"@shopify/react-hydrate": "^1.2.5",
"@shopify/useful-types": "^2.3.4",
"@types/multistream": "^2.1.1",
"multistream": "^2.1.1",
"serialize-javascript": "^3.0.0",
"tslib": "^1.14.1"
"serialize-javascript": "^3.0.0"
},

@@ -41,4 +37,4 @@ "peerDependencies": {

"devDependencies": {
"@shopify/react-testing": "^2.3.0",
"@shopify/with-env": "^1.2.3"
"@shopify/react-testing": "^2.3.1",
"@shopify/with-env": "^1.2.4"
},

@@ -45,0 +41,0 @@ "sideEffects": false,

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