Socket
Socket
Sign inDemoInstall

@shopify/react-html

Package Overview
Dependencies
Maintainers
11
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 6.0.0 to 6.1.0-beta.1

2

dist/server/components/Html.js

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

var _h;
var markup = server_1.renderToString(children);
var markup = server_1.renderToString(React.createElement(React.Fragment, null, children));
var extracted = manager && manager.extract();

@@ -15,0 +15,0 @@ var serializationMarkup = extracted

{
"name": "@shopify/react-html",
"version": "6.0.0",
"version": "6.1.0-beta.1",
"license": "MIT",

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

"dependencies": {
"@shopify/react-serialize": "^1.0.10"
"@shopify/react-effect": "^1.1.0-beta.1",
"@shopify/react-serialize": "^1.0.11",
"tslib": "^1.9.3"
},

@@ -34,3 +36,3 @@ "peerDependencies": {

"devDependencies": {
"@shopify/with-env": "^1.0.7",
"@shopify/with-env": "^1.0.8",
"typescript": "~3.0.1"

@@ -37,0 +39,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