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

wikiextensions-flix

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wikiextensions-flix - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

4

dist/extractors/vidcloud.js

@@ -32,6 +32,6 @@ "use strict";

if (!(0, utils_1.isJson)(res.data.sources)) {
let { data: key } = await axios_1.default.get('https://raw.githubusercontent.com/theonlymo/keys/e4/key');
let { data: key } = await axios_1.default.get('https://raw.githubusercontent.com/Phantom-KNA/GeneratorFlixHQ/e4/key');
key = key;
if (!key) {
key = await (await axios_1.default.get('https://raw.githubusercontent.com/theonlymo/keys/e4/key')).data;
key = await (await axios_1.default.get('https://raw.githubusercontent.com/Phantom-KNA/GeneratorFlixHQ/e4/key')).data;
}

@@ -38,0 +38,0 @@ console.log("key",key)

{
"name": "wikiextensions-flix",
"version": "1.7.0",
"version": "1.7.1",
"description": "Nodejs library that provides an Api for obtaining the movies information from FlixHQ website.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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