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
27
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 13.0.3 to 13.0.4

4

build/ts/components/InlineStyle.d.ts

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

import React from 'react';
type Props = React.HTMLProps<HTMLStyleElement>;
import type { HTMLProps } from 'react';
type Props = HTMLProps<HTMLStyleElement>;
export declare function InlineStyle(props: Props): null;
export {};
//# sourceMappingURL=InlineStyle.d.ts.map

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

import React from 'react';
type Props = React.HTMLProps<HTMLLinkElement>;
import type { HTMLProps } from 'react';
type Props = HTMLProps<HTMLLinkElement>;
export declare function Link(props: Props): null;
export {};
//# sourceMappingURL=Link.d.ts.map

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

import React from 'react';
type Props = React.HTMLProps<HTMLMetaElement>;
import type { HTMLProps } from 'react';
type Props = HTMLProps<HTMLMetaElement>;
export declare function Meta(props: Props): null;
export {};
//# sourceMappingURL=Meta.d.ts.map
/// <reference types="react" />
import { HtmlManager } from './manager';
import type { HtmlManager } from './manager';
export declare function useDomEffect(perform: (manager: HtmlManager) => () => void, inputs?: unknown[]): void;

@@ -4,0 +4,0 @@ export declare function useTitle(title: string): void;

/// <reference types="react" />
import { EffectKind } from '@shopify/react-effect';
import type { EffectKind } from '@shopify/react-effect';
export interface State {

@@ -4,0 +4,0 @@ title?: string;

import React from 'react';
import { HydrationManager } from '@shopify/react-hydrate';
import { HtmlManager } from '../../manager';
import type { HtmlManager } from '../../manager';
export interface Asset {

@@ -5,0 +5,0 @@ path: string;

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

import { ReactElement } from 'react';
import type { ReactElement } from 'react';
export default function render(tree: ReactElement<unknown>): string;
//# sourceMappingURL=render.d.ts.map

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

import { ReactElement } from 'react';
import type { ReactElement } from 'react';
export default function stream(tree: ReactElement<unknown>): NodeJS.ReadableStream;
//# sourceMappingURL=stream.d.ts.map
{
"name": "@shopify/react-html",
"version": "13.0.3",
"version": "13.0.4",
"license": "MIT",

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

"dependencies": {
"@shopify/react-effect": "^5.0.2",
"@shopify/react-hydrate": "^3.0.7",
"@shopify/react-effect": "^5.0.3",
"@shopify/react-hydrate": "^3.0.8",
"@types/multistream": "^2.1.1",

@@ -45,3 +45,3 @@ "multistream": "^2.1.1",

"devDependencies": {
"@shopify/react-testing": "^5.1.0",
"@shopify/react-testing": "^5.1.1",
"@shopify/with-env": "^3.0.1"

@@ -48,0 +48,0 @@ },

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

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

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