Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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 11.0.2 to 11.1.0

2

build/ts/serializer.d.ts

@@ -12,5 +12,5 @@ import React from 'react';

Serialize: ({ data }: SerializeProps<T>) => null;
WithSerialized: ({ children }: WithSerializedProps<T>) => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>;
WithSerialized: ({ children }: WithSerializedProps<T>) => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)>;
};
export {};
//# sourceMappingURL=serializer.d.ts.map
{
"name": "@shopify/react-html",
"version": "11.0.2",
"version": "11.1.0",
"license": "MIT",

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

"dependencies": {
"@shopify/react-effect": "^4.0.1",
"@shopify/react-hydrate": "^2.0.1",
"@shopify/react-effect": "^4.1.0",
"@shopify/react-hydrate": "^2.1.0",
"@shopify/useful-types": "^3.0.1",

@@ -35,7 +35,7 @@ "@types/multistream": "^2.1.1",

"peerDependencies": {
"react": "^16.3.2",
"react-dom": "^16.3.2"
"react": ">=16.8.0 <18.0.0",
"react-dom": ">=16.8.0 <18.0.0"
},
"devDependencies": {
"@shopify/react-testing": "^3.1.0",
"@shopify/react-testing": "^3.2.0",
"@shopify/with-env": "^2.0.0"

@@ -71,3 +71,3 @@ },

},
"gitHead": "dae7dfb4ee5058057453ea6081eae689dc7d0096"
"gitHead": "30d892584692f05644604a818e8f3613d1ec6e0b"
}

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

await extract(app, {
decorate: element => (
decorate: (element) => (
<HtmlContext.Provider value={manager}>{element}</HtmlContext.Provider>

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