Socket
Socket
Sign inDemoInstall

@unhead/schema-org-vue

Package Overview
Dependencies
28
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.4.1

3

dist/index.d.ts

@@ -921,3 +921,3 @@ import { ComponentResolver } from 'unplugin-vue-components';

*/
employmentType?: 'FULL_TIME' | 'PART_TIME' | 'CONTRACTOR' | 'TEMPORARY' | 'INTERN' | 'VOLUNTEER' | 'PER_DIEM' | 'OTHER';
employmentType?: EmploymentType | EmploymentType[];
/**

@@ -939,2 +939,3 @@ * The date when the job posting will expire in ISO 8601 format. For example, "2017-02-24"

}
type EmploymentType = 'FULL_TIME' | 'PART_TIME' | 'CONTRACTOR' | 'TEMPORARY' | 'INTERN' | 'VOLUNTEER' | 'PER_DIEM' | 'OTHER';

@@ -941,0 +942,0 @@ type DayOfWeek = 'Friday' | 'Monday' | 'PublicHolidays' | 'Saturday' | 'Sunday' | 'Thursday' | 'Tuesday' | 'Wednesday';

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

@@ -48,7 +48,7 @@ "author": "Harlan Wilton <harlan@harlanzw.com>",

"devDependencies": {
"@unhead/schema": "^1.0.14",
"@unhead/schema-org": "0.4.0",
"@unhead/vue": "^1.0.14",
"unplugin-vue-components": "^0.22.12",
"vue": "latest"
"@unhead/schema": "^1.0.20",
"@unhead/schema-org": "0.4.1",
"@unhead/vue": "^1.0.20",
"unplugin-vue-components": "^0.23.0",
"vue": "^3.2.47"
},

@@ -55,0 +55,0 @@ "scripts": {

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc