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

@mr-hope/vuepress-plugin-sitemap

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mr-hope/vuepress-plugin-sitemap - npm Package Compare versions

Comparing version 1.2.2 to 1.3.0

6

package.json
{
"name": "@mr-hope/vuepress-plugin-sitemap",
"version": "1.2.2",
"version": "1.3.0",
"description": "sitemap plugin for vuepress-theme-hope",

@@ -30,3 +30,3 @@ "keywords": [

"dependencies": {
"@mr-hope/vuepress-types": "^1.2.2",
"@mr-hope/vuepress-types": "^1.3.0",
"sitemap": "^6.3.2"

@@ -37,3 +37,3 @@ },

},
"gitHead": "26bb6339783ade113620234f2736d12b61512cd9"
"gitHead": "8f45131330522f800275e4b3523136de4f9cd24d"
}

@@ -0,1 +1,2 @@

/* eslint-disable @typescript-eslint/naming-convention */
import { PageComputed } from "@mr-hope/vuepress-types";

@@ -18,3 +19,2 @@

/** A URL pointing to the video thumbnail image file */
// eslint-disable-next-line @typescript-eslint/naming-convention
thumbnail_loc: string;

@@ -30,3 +30,2 @@ /** The title of the video. */

*/
// eslint-disable-next-line @typescript-eslint/naming-convention
content_loc?: string;

@@ -37,6 +36,4 @@ /**

*/
// eslint-disable-next-line @typescript-eslint/naming-convention
player_loc?: string;
/** a string the search engine can append as a query param to enable automatic playback */
// eslint-disable-next-line @typescript-eslint/naming-convention
"player_loc:autoplay"?: string;

@@ -46,9 +43,6 @@ /** duration of video in seconds */

/** The date after which the video will no longer be available */
// eslint-disable-next-line @typescript-eslint/naming-convention
expiration_date?: string;
/** The number of times the video has been viewed. */
// eslint-disable-next-line @typescript-eslint/naming-convention
view_count: number;
/** The date the video was first published, in W3C format. */
// eslint-disable-next-line @typescript-eslint/naming-convention
publication_date?: string;

@@ -84,6 +78,4 @@ /**

rating?: number;
// eslint-disable-next-line @typescript-eslint/naming-convention
family_friendly?: "YES" | "NO";
/** Indicates whether a subscription (either paid or free) is required to view the video. */
// eslint-disable-next-line @typescript-eslint/naming-convention
requires_subscription?: "YES" | "NO";

@@ -90,0 +82,0 @@ /** Indicates whether the video is a live stream. Supported values are yes or no. */

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