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

flixhq-core

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flixhq-core - npm Package Compare versions

Comparing version 1.0.1 to 1.0.5

dist/crawler/index.d.ts

4

package.json
{
"name": "flixhq-core",
"version": "1.0.1",
"version": "1.0.5",
"description": "Nodejs library that provides an Api for obtaining the movies information from FlixHQ website.",
"main": "build/index.js",
"main": "dist/index.js",
"scripts": {

@@ -7,0 +7,0 @@ "dev": "nodemon src/index.ts",

@@ -29,3 +29,3 @@

- [fetchMovieInfo](#fetchmovieinfo)
- [fetchEpisodeServers](#fetchepisodeserver)
- [fetchEpisodeServers](#fetchepisodeservers)
- [fetchEpisodeSources](#fetchepisodesources)

@@ -32,0 +32,0 @@ - [search](#search)

@@ -52,3 +52,3 @@ {

// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */
"outDir": "./build", /* Specify an output folder for all emitted files. */
"outDir": "./dist", /* Specify an output folder for all emitted files. */
// "removeComments": true, /* Disable emitting comments. */

@@ -55,0 +55,0 @@ // "noEmit": true, /* Disable emitting files from a compilation. */

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