Socket
Socket
Sign inDemoInstall

schema-dts

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

schema-dts - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

2

package.json
{
"name": "schema-dts",
"version": "0.5.1",
"version": "0.5.2",
"displayName": "schema-dts: Strongly-typed Schema.org vocabulary declarations",

@@ -5,0 +5,0 @@ "description": "A TypeScript package with latest Schema.org Schema Typings",

@@ -122,5 +122,15 @@ "use strict";

};
exports.EventAttendanceModeEnumeration = {
/** MixedEventAttendanceMode - an event that is conducted as a combination of both offline and online modes. */
MixedEventAttendanceMode: "http://schema.org/MixedEventAttendanceMode",
/** OfflineEventAttendanceMode - an event that is primarily conducted offline. */
OfflineEventAttendanceMode: "http://schema.org/OfflineEventAttendanceMode",
/** OnlineEventAttendanceMode - an event that is primarily conducted online. */
OnlineEventAttendanceMode: "http://schema.org/OnlineEventAttendanceMode"
};
exports.EventStatusType = {
/** The event has been cancelled. If the event has multiple startDate values, all are assumed to be cancelled. Either startDate or previousStartDate may be used to specify the event's cancelled date(s). */
EventCancelled: "http://schema.org/EventCancelled",
/** Indicates that the event was changed to allow online participation. See {@link http://schema.org/eventAttendanceMode eventAttendanceMode} for specifics of whether it is now fully or partially online. */
EventMovedOnline: "http://schema.org/EventMovedOnline",
/** The event has been postponed and no new date has been set. The event's previousStartDate should be set. */

@@ -273,2 +283,8 @@ EventPostponed: "http://schema.org/EventPostponed",

};
exports.MediaManipulationRatingEnumeration = {
/** AuthenticMediaObject: An unaltered image that is presented in an accurate way. */
AuthenticContent: "http://schema.org/AuthenticContent",
/** MissingContext: ... */
MissingContext: "http://schema.org/MissingContext"
};
exports.MedicalAudience = {

@@ -275,0 +291,0 @@ /** Medical clinicians, including practicing physicians and other medical professionals involved in clinical practice. */

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