🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@react-email/head

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-email/head - npm Package Compare versions

Comparing version

to
0.0.11

3

dist/index.d.ts
import * as React from 'react';
type RootProps = React.ComponentPropsWithoutRef<"head">;
type HeadProps = RootProps;
type HeadProps = Readonly<React.ComponentPropsWithoutRef<"head">>;
declare const Head: React.ForwardRefExoticComponent<Readonly<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>, "ref">> & React.RefAttributes<HTMLHeadElement>>;
export { Head, HeadProps };
{
"name": "@react-email/head",
"version": "0.0.11-canary.0",
"version": "0.0.11",
"description": "Contains head components such as style and meta elements.",

@@ -41,7 +41,6 @@ "sideEffects": false,

"devDependencies": {
"@babel/preset-react": "7.23.3",
"typescript": "5.1.6",
"@react-email/render": "0.0.18-canary.0",
"tsconfig": "0.0.0",
"eslint-config-custom": "0.0.0"
"eslint-config-custom": "0.0.0",
"@react-email/render": "1.0.0",
"tsconfig": "0.0.0"
},

@@ -48,0 +47,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet