Socket
Socket
Sign inDemoInstall

@shopify/react-html

Package Overview
Dependencies
Maintainers
10
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 3.0.1 to 3.0.2

2

dist/components/index.js
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
}
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,0 +6,0 @@ var Script_1 = __importDefault(require("./Script"));

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

/// <reference types="react" />
import * as React from 'react';

@@ -3,0 +2,0 @@ export interface Props extends React.ScriptHTMLAttributes<HTMLScriptElement> {

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

return result;
}
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -19,0 +19,0 @@ var React = __importStar(require("react"));

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

/// <reference types="react" />
import * as React from 'react';

@@ -3,0 +2,0 @@ export interface Props extends React.LinkHTMLAttributes<HTMLLinkElement> {

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

return result;
}
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -19,0 +19,0 @@ var React = __importStar(require("react"));

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

/// <reference types="react" />
import * as React from 'react';

@@ -32,2 +31,2 @@ export interface TranslationDictionary {

}
export default function HTML({children, blockingScripts, scripts, styles, data, headData, hideForInitialLoad}: Props): JSX.Element;
export default function HTML({ children, blockingScripts, scripts, styles, data, headData, hideForInitialLoad, }: Props): JSX.Element;

@@ -16,6 +16,6 @@ "use strict";

return result;
}
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
}
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -22,0 +22,0 @@ var React = __importStar(require("react"));

"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
}
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,0 +6,0 @@ var HTML_1 = __importDefault(require("./HTML"));

{
"name": "@shopify/react-html",
"version": "3.0.1",
"version": "3.0.2",
"license": "MIT",

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

"dependencies": {
"@shopify/react-serialize": "^1.0.5",
"@shopify/react-serialize": "^1.0.6",
"react-helmet": "^5.2.0"

@@ -35,5 +35,5 @@ },

"devDependencies": {
"@shopify/with-env": "^1.0.4",
"typescript": "~2.7.2"
"@shopify/with-env": "^1.0.5",
"typescript": "~2.9.2"
}
}
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