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

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.3 to 0.6.0

2

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

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

"use strict";
// tslint:disable
exports.__esModule = true;
exports.SteeringPositionValue = exports.RsvpResponseType = exports.ReturnFeesEnumeration = exports.RestrictedDiet = exports.ReservationStatusType = exports.RefundTypeEnumeration = exports.ProductReturnEnumeration = exports.PhysicalExam = exports.PhysicalActivityCategory = exports.PaymentStatusType = exports.OrderStatus = exports.OfferItemCondition = exports.NonprofitType = exports.MusicReleaseFormatType = exports.MusicAlbumReleaseType = exports.MusicAlbumProductionType = exports.MerchantReturnEnumeration = exports.MedicineSystem = exports.MedicalTrialDesign = exports.MedicalStudyStatus = exports.MedicalSpecialty = exports.MedicalProcedureType = exports.MedicalObservationalStudyDesign = exports.MedicalImagingTechnique = exports.MedicalEvidenceLevel = exports.MedicalDevicePurpose = exports.MedicalAudience = exports.MediaManipulationRatingEnumeration = exports.MapCategoryType = exports.LegalValueLevel = exports.LegalForceStatus = exports.ItemListOrderType = exports.ItemAvailability = exports.InfectiousAgentClass = exports.HealthAspectEnumeration = exports.GovernmentBenefitsType = exports.GenderType = exports.GameServerStatus = exports.GamePlayMode = exports.EventStatusType = exports.EventAttendanceModeEnumeration = exports.DrugPrescriptionStatus = exports.DrugPregnancyCategory = exports.DrugCostCategory = exports.DriveWheelConfigurationValue = exports.DigitalDocumentPermissionType = exports.DeliveryMethod = exports.DayOfWeek = exports.ContactPointOption = exports.CarUsageType = exports.BookFormatType = exports.BoardingPolicyType = exports.Audience = exports.ActionStatusType = exports.Boolean = void 0;
exports.Boolean = {
True: "https://schema.org/True",
False: "https://schema.org/False"
/** The boolean value false. */
False: "http://schema.org/False",
/** The boolean value true. */
True: "http://schema.org/True"
};

@@ -8,0 +10,0 @@ exports.ActionStatusType = {

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