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.0.0 to 10.0.1

4

CHANGELOG.md

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

## [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

@@ -12,0 +16,0 @@

14

package.json
{
"name": "@shopify/react-html",
"version": "10.0.0",
"version": "10.0.1",
"license": "MIT",

@@ -26,9 +26,9 @@ "description": "A component to render your React app with no static HTML",

"dependencies": {
"@shopify/react-effect": "^3.2.12",
"@shopify/react-hydrate": "^1.1.26",
"@shopify/useful-types": "^2.2.0",
"@shopify/react-effect": "^3.2.13",
"@shopify/react-hydrate": "^1.1.27",
"@shopify/useful-types": "^2.2.1",
"@types/multistream": "^2.1.1",
"multistream": "^2.1.1",
"serialize-javascript": "^3.0.0",
"tslib": "^1.9.3"
"tslib": "^1.14.1"
},

@@ -40,4 +40,4 @@ "peerDependencies": {

"devDependencies": {
"@shopify/react-testing": "^2.1.3",
"@shopify/with-env": "^1.1.9"
"@shopify/react-testing": "^2.1.4",
"@shopify/with-env": "^1.1.10"
},

@@ -44,0 +44,0 @@ "sideEffects": false,

@@ -150,3 +150,3 @@ # `@shopify/react-html`

The rationale for this approach to handling serialization is available in [our original proposal](https://github.com/Shopify/web-foundation/blob/master/Proposals/02%20-%20Serialization%20in%20application%20code.md).
The rationale for this approach to handling serialization is available in [our original proposal](https://github.com/Shopify/web-foundations/blob/main/handbook/Proposals/02%20-%20Serialization%20in%20application%20code.md).

@@ -153,0 +153,0 @@ ## API reference

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