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.9 to 1.11.10

3

build/parsers/anime/ah.js

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

const sources = JSON.parse(json);
if (!((_a = sources === null || sources === void 0 ? void 0 : sources.source) === null || _a === void 0 ? void 0 : _a.length) || !((_b = sources === null || sources === void 0 ? void 0 : sources.source_fbo) === null || _b === void 0 ? void 0 : _b.length)) {
if (!((_a = sources === null || sources === void 0 ? void 0 : sources.source) === null || _a === void 0 ? void 0 : _a.length) && !((_b = sources === null || sources === void 0 ? void 0 : sources.source_fbo) === null || _b === void 0 ? void 0 : _b.length)) {
return null;

@@ -137,2 +137,3 @@ }

const { data } = yield this.client.get(`/xem-phim/s-${episode_id}.html`);
console.log(data);
const sources = yield this.getVideoUrl(data, server_id);

@@ -139,0 +140,0 @@ return { sources };

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

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

},
"gitHead": "6fca26a755070f49f51bcfdb8eb6843e3d7e9082"
"gitHead": "ffe39d27a95ceb0dcc1f39b2dfdd489500fe9bf3"
}

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