Socket
Socket
Sign inDemoInstall

@unhead/schema-org-vue

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unhead/schema-org-vue - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

10

dist/index.d.ts

@@ -1009,7 +1009,15 @@ import { ComponentResolver } from 'unplugin-vue-components';

*/
director?: NodeRelation<Person | string>;
director?: NodeRelations<Person | string>;
/**
* The director of the movie.
*/
actor?: NodeRelations<Person | string>;
/**
* A nested Review of the movie.
*/
review?: NodeRelations<Review>;
/**
* The trailer of a movie or TV/radio series, season, episode, etc.
*/
trailer?: NodeRelations<string | VideoObject>;
}

@@ -1016,0 +1024,0 @@ interface Movie extends MovieSimple {

4

package.json
{
"name": "@unhead/schema-org-vue",
"type": "module",
"version": "0.2.0",
"version": "0.2.1",
"description": "Vue Schema.org for Simple and Automated Google Rich Results for everyone",

@@ -49,3 +49,3 @@ "author": "Harlan Wilton <harlan@harlanzw.com>",

"@unhead/schema": "^1.0.10",
"@unhead/schema-org": "0.2.0",
"@unhead/schema-org": "0.2.1",
"@unhead/vue": "^1.0.10",

@@ -52,0 +52,0 @@ "unplugin-vue-components": "^0.22.11",

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc