You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@shopify/react-html

Package Overview
Dependencies
Maintainers
19
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.1.21 to 11.1.22

4

build/cjs/server/index.js

@@ -25,2 +25,4 @@ 'use strict';

var HtmlAttributes = require('../components/HtmlAttributes.js');
var Script = require('./components/Script.js');
var Stylesheet = require('./components/Stylesheet.js');

@@ -60,1 +62,3 @@

exports.HtmlAttributes = HtmlAttributes.HtmlAttributes;
exports.Script = Script.Script;
exports.Stylesheet = Stylesheet.Stylesheet;
export { default as Serialize } from './Serialize';
export { default as Html } from './Html';
export type { HtmlProps } from './Html';
export { Script } from './Script';
export type { Props as ScriptProps } from './Script';
export { Stylesheet } from './Stylesheet';
export type { Props as StylesheetProps } from './Stylesheet';
//# sourceMappingURL=index.d.ts.map

4

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

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

},
"gitHead": "310df2bc167685cf0c4529340642da3e85fbb5d4"
"gitHead": "fa5534fba73d102577e9b45cec04f1461bc43eb7"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc