New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-datocms

Package Overview
Dependencies
Maintainers
5
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-datocms - npm Package Compare versions

Comparing version 3.0.13 to 3.0.14

4

dist/esm/Seo/types.d.ts

@@ -5,5 +5,5 @@ export interface TitleMetaLinkTag {

/** the inner content of the meta tag */
content: string | null | undefined;
content?: string | null | undefined;
/** the HTML attributes to attach to the meta tag */
attributes: Record<string, string> | null | undefined;
attributes?: Record<string, string> | null | undefined;
}

@@ -10,0 +10,0 @@ export interface SeoTitleTag {

@@ -5,5 +5,5 @@ export interface TitleMetaLinkTag {

/** the inner content of the meta tag */
content: string | null | undefined;
content?: string | null | undefined;
/** the HTML attributes to attach to the meta tag */
attributes: Record<string, string> | null | undefined;
attributes?: Record<string, string> | null | undefined;
}

@@ -10,0 +10,0 @@ export interface SeoTitleTag {

{
"name": "react-datocms",
"version": "3.0.13",
"version": "3.0.14",
"types": "dist/types/index.d.ts",

@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js",

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