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

@kaguya-anime/parsers

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kaguya-anime/parsers - npm Package Compare versions

Comparing version 1.11.16 to 1.11.17

2

build/parsers/anime/bilibili.js

@@ -76,3 +76,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

subtitles: data.data.subtitles.map((sub) => ({
file: `${BASE_URL}/custom-file/${this.id}/${episode_id}.vtt?official=false&sub=true&url=${encodeURIComponent(sub.url)}`,
file: `${BASE_URL}/custom-file/${this.id}/${episode_id}.${sub.url.includes('.ass') ? '.ass' : '.vtt'}?official=false&sub=true&url=${encodeURIComponent(sub.url)}`,
lang: sub.lang_key,

@@ -79,0 +79,0 @@ language: sub.lang,

{
"name": "@kaguya-anime/parsers",
"version": "1.11.16",
"version": "1.11.17",
"main": "build/index.js",

@@ -43,3 +43,3 @@ "license": "MIT",

},
"gitHead": "c72fbeac08797f14d336370a448ac4e81bad8d18"
"gitHead": "3741bed202304bb2670a833ea0632b80b950e779"
}

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