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.2 to 10.1.0-sk-next-beta.0

build/cjs/common.js

41

package.json
{
"name": "@shopify/react-html",
"version": "10.0.2",
"version": "10.1.0-sk-next-beta.0",
"license": "MIT",
"description": "A component to render your React app with no static HTML",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"main": "index.js",
"types": "index.d.ts",
"scripts": {

@@ -26,5 +26,5 @@ "build": "tsc --p tsconfig.json"

"dependencies": {
"@shopify/react-effect": "^3.2.13",
"@shopify/react-hydrate": "^1.1.27",
"@shopify/useful-types": "^2.2.1",
"@shopify/react-effect": "^3.3.0-sk-next-beta.0",
"@shopify/react-hydrate": "^1.2.0-sk-next-beta.0",
"@shopify/useful-types": "^2.3.0-sk-next-beta.0",
"@types/multistream": "^2.1.1",

@@ -40,12 +40,33 @@ "multistream": "^2.1.1",

"devDependencies": {
"@shopify/react-testing": "^2.1.4",
"@shopify/with-env": "^1.1.10"
"@shopify/react-testing": "^2.2.0-sk-next-beta.0",
"@shopify/with-env": "^1.2.0-sk-next-beta.0"
},
"sideEffects": false,
"files": [
"dist/*",
"build/*",
"!tsconfig.tsbuildinfo",
"index.js",
"index.mjs",
"index.esnext",
"index.d.ts",
"server.js",
"server.mjs",
"server.esnext",
"server.d.ts"
]
],
"module": "index.mjs",
"esnext": "index.esnext",
"exports": {
"./": "./",
".": {
"import": "./index.mjs",
"require": "./index.js",
"esnext": "./index.esnext"
},
"./server": {
"import": "./server.mjs",
"require": "./server.js",
"esnext": "./server.esnext"
}
}
}
# `@shopify/react-html`
[![Build Status](https://travis-ci.org/Shopify/quilt.svg?branch=master)](https://travis-ci.org/Shopify/quilt) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-html.svg)](https://badge.fury.io/js/%40shopify%2Freact-html)
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=master)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=master)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-html.svg)](https://badge.fury.io/js/%40shopify%2Freact-html)

@@ -5,0 +6,0 @@ A collection of utilities for constructing an HTML document.

@@ -1,1 +0,1 @@

export * from './dist/src/server';
export * from "./build/ts/server/index";

@@ -1,1 +0,1 @@

module.exports = require('./dist/src/server');
module.exports = require("./build/cjs/server/index");
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