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

next-seo

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-seo - npm Package Compare versions

Comparing version 5.14.0 to 5.14.1

8

lib/types.d.ts

@@ -96,2 +96,3 @@ export declare type OpeningHoursSpecification = {

telephone: string;
email?: string;
areaServed?: string | string[];

@@ -115,9 +116,2 @@ availableLanguage?: string | string[];

}
export interface ContactPoint {
contactType: string;
telephone: string;
areaServed?: string | string[];
availableLanguage?: string | string[];
contactOption?: string | string[];
}
export interface Question {

@@ -124,0 +118,0 @@ questionName: string;

1

lib/utils/schema/setContactPoint.d.ts

@@ -6,2 +6,3 @@ import { ContactPoint } from 'src/types';

telephone: string;
email?: string | undefined;
areaServed?: string | string[] | undefined;

@@ -8,0 +9,0 @@ availableLanguage?: string | string[] | undefined;

@@ -5,2 +5,3 @@ import type { ContactPoint } from 'src/types';

telephone: string;
email?: string | undefined;
areaServed?: string | string[] | undefined;

@@ -7,0 +8,0 @@ availableLanguage?: string | string[] | undefined;

{
"name": "next-seo",
"version": "5.14.0",
"version": "5.14.1",
"description": "SEO plugin for Next.js projects",

@@ -5,0 +5,0 @@ "source": "src/index.tsx",

Sorry, the diff of this file is too big to display

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