Coder Social home page Coder Social logo

yify-api's Introduction

yify-api

Build Status codecov Mutation testing badge Commitizen friendly GitHub npm type definitions npm bundle size GitHub All Releases GitHub release (latest by date) npm npm Snyk Vulnerabilities for npm package

This module is a JavaScript wrapper around the Yify Torrents api.

TypeScript

This module is written in TypeScript and provides the typings.

Usage

It works both on the web and node.

module

import { YifyService } from 'yify-api'

// apiBaseUrl defaults to: https://yts.lt/api/v2/
const yifyService = new YifyService()

yifyService.getMovies().then(movies => {
  // movies
})

commonjs

const yifyApi = require('yify-api')

const yifyService = new yifyApi.YifyService()

yifyService.getMovies().then(movies => {
  // movies
})

yify-api's People

Contributors

dependabot[bot] avatar greenkeeper[bot] avatar lbenie avatar renovate-bot avatar renovate[bot] avatar snyk-bot avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

yify-api's Issues

An in-range update of @typescript-eslint/parser is breaking the build 🚨

The devDependency @typescript-eslint/parser was updated from 2.19.0 to 2.19.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@typescript-eslint/parser is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v2.19.1

2.19.1 (2020-02-10)

Bug Fixes

  • eslint-plugin: [unbound-method] blacklist a few unbound natives (#1562) (4670aab)
  • typescript-estree: ts returning wrong file with project references (#1575) (4c12dac)
Commits

The new version differs by 5 commits.

  • 1c8f0df chore: publish v2.19.1
  • 4c12dac fix(typescript-estree): ts returning wrong file with project references (#1575)
  • e9cf734 docs(eslint-plugin): fix typo in readme
  • 10d86b1 docs(eslint-plugin): [no-dupe-class-members] fix typo (#1566)
  • 4670aab fix(eslint-plugin): [unbound-method] blacklist a few unbound natives (#1562)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @typescript-eslint/eslint-plugin is breaking the build 🚨

The devDependency @typescript-eslint/eslint-plugin was updated from 2.12.0 to 2.13.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@typescript-eslint/eslint-plugin is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v2.13.0

2.13.0 (2019-12-23)

Bug Fixes

  • eslint-plugin: [quotes] ignore backticks for Enum members (#1355) (e51048c)
  • eslint-plugin: [type-annotation-spacing] typo in messages (#1354) (82e0dbc)
  • eslint-plugin: add isTypeAssertion utility function (#1369) (bb1671e)
  • eslint-plugin: use AST_NODE_TYPES enum instead of strings (#1366) (bd0276b)
  • typescript-estree: correct type of key for base nodes (#1367) (099225a)

Features

  • eslint-plugin: [ban-types] handle empty type literal {} (#1348) (1c0ce9b)
  • eslint-plugin: [no-use-before-define] opt to ignore enum (#1242) (6edd911)
  • eslint-plugin: [pref-str-starts/ends-with] optional chain… (#1357) (fd37bc3)
  • eslint-plugin: add no-extra-semi [extension] (#1237) (425f65c)
  • eslint-plugin: add no-throw-literal [extension] (#1331) (2aa696c)
  • eslint-plugin: more optional chain support in rules (#1363) (3dd1b02)
  • eslint-plugin-tslint: add fixer for config rule (#1342) (c52c5c9)
  • typescript-estree: computed members discriminated unions (#1349) (013df9a)
  • typescript-estree: tighten prop name and destructure types (#1346) (f335c50)
Commits

The new version differs by 28 commits.

  • a78b194 chore: publish v2.13.0
  • 8c8ad4c refactor(typescript-estree): add type checking for deeplyCopy (#1371)
  • b0cff1f test(typescript-estree): add test cases for uncovered syntax (#1370)
  • 8f22ffe docs: grammar nits in the root README (#1364)
  • bb1671e fix(eslint-plugin): add isTypeAssertion utility function (#1369)
  • bac780c test(typescript-estree): reenable alignment tests (#1368)
  • 3dd1b02 feat(eslint-plugin): more optional chain support in rules (#1363)
  • fd37bc3 feat(eslint-plugin): [pref-str-starts/ends-with] optional chain… (#1357)
  • 099225a fix(typescript-estree): correct type of key for base nodes (#1367)
  • bd0276b fix(eslint-plugin): use AST_NODE_TYPES enum instead of strings (#1366)
  • 93390e6 docs(eslint-plugin): [no-unnec-type-arg] correct doc title (#1360)
  • 1c0ce9b feat(eslint-plugin): [ban-types] handle empty type literal {} (#1348)
  • e51048c fix(eslint-plugin): [quotes] ignore backticks for Enum members (#1355)
  • 2aa696c feat(eslint-plugin): add no-throw-literal [extension] (#1331)
  • 425f65c feat(eslint-plugin): add no-extra-semi [extension] (#1237)

There are 28 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @stryker-mutator/jest-runner is breaking the build 🚨

The devDependency @stryker-mutator/jest-runner was updated from 2.1.0 to 2.2.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@stryker-mutator/jest-runner is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 80 commits.

  • 4422086 v2.2.1
  • 58f8da4 chore: make release script executable
  • 650f58e v2.2.0
  • 067df6d feat(progress-reporter): show timed out mutant count (#1818)
  • 87012b6 docs: add code of conduct (#1766)
  • fab1786 build(deps-dev): Bump eslint-config-prettier from 6.4.0 to 6.5.0 (#1807)
  • 127be2f build(deps-dev): Bump eslint from 6.5.1 to 6.6.0 (#1809)
  • 834c6de build(deps-dev): Bump @babel/preset-env from 7.6.3 to 7.7.1 (#1825)
  • 8b390f5 build(deps): Bump @babel/traverse from 7.6.3 to 7.7.0 (#1823)
  • b7591c7 build(deps): Bump @babel/parser from 7.6.4 to 7.7.0 (#1822)
  • 7491c97 docs(build): make the CI build badge clickable (#1828)
  • a3de7cf build(deps-dev): Bump typescript from 3.5.3 to 3.7.2 (#1826)
  • bd8e1a6 build(deps): Bump @babel/generator from 7.6.4 to 7.7.0 (#1820)
  • 694093a remove misleading docs (#1827)
  • deecffa build(deps-dev): Bump @babel/types from 7.6.3 to 7.7.1

There are 80 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @stryker-mutator/typescript is breaking the build 🚨

The devDependency @stryker-mutator/typescript was updated from 2.1.0 to 2.2.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@stryker-mutator/typescript is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 80 commits.

  • 4422086 v2.2.1
  • 58f8da4 chore: make release script executable
  • 650f58e v2.2.0
  • 067df6d feat(progress-reporter): show timed out mutant count (#1818)
  • 87012b6 docs: add code of conduct (#1766)
  • fab1786 build(deps-dev): Bump eslint-config-prettier from 6.4.0 to 6.5.0 (#1807)
  • 127be2f build(deps-dev): Bump eslint from 6.5.1 to 6.6.0 (#1809)
  • 834c6de build(deps-dev): Bump @babel/preset-env from 7.6.3 to 7.7.1 (#1825)
  • 8b390f5 build(deps): Bump @babel/traverse from 7.6.3 to 7.7.0 (#1823)
  • b7591c7 build(deps): Bump @babel/parser from 7.6.4 to 7.7.0 (#1822)
  • 7491c97 docs(build): make the CI build badge clickable (#1828)
  • a3de7cf build(deps-dev): Bump typescript from 3.5.3 to 3.7.2 (#1826)
  • bd8e1a6 build(deps): Bump @babel/generator from 7.6.4 to 7.7.0 (#1820)
  • 694093a remove misleading docs (#1827)
  • deecffa build(deps-dev): Bump @babel/types from 7.6.3 to 7.7.1

There are 80 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of rollup is breaking the build 🚨

The devDependency rollup was updated from 1.27.11 to 1.27.12.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

rollup is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v1.27.12

2019-12-13

Bug Fixes

  • Prevent invalid AMD or SystemJS code when accessing import.meta (#3282)

Pull Requests

  • #3282: Always make "module" available for SystemJS and AMD formats if import.meta is accessed directly (@lukastaegert)
Commits

The new version differs by 3 commits.

  • a5502ad 1.27.12
  • 09e6ab4 Update changelog
  • ab48a69 Always make "module" available for SystemJS and AMD formats if import.meta is accessed directly (#3282)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: Cannot find preset's package (github>whitesource/merge-confidence:beta)

An in-range update of @stryker-mutator/core is breaking the build 🚨

The devDependency @stryker-mutator/core was updated from 2.1.0 to 2.2.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@stryker-mutator/core is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 80 commits.

  • 4422086 v2.2.1
  • 58f8da4 chore: make release script executable
  • 650f58e v2.2.0
  • 067df6d feat(progress-reporter): show timed out mutant count (#1818)
  • 87012b6 docs: add code of conduct (#1766)
  • fab1786 build(deps-dev): Bump eslint-config-prettier from 6.4.0 to 6.5.0 (#1807)
  • 127be2f build(deps-dev): Bump eslint from 6.5.1 to 6.6.0 (#1809)
  • 834c6de build(deps-dev): Bump @babel/preset-env from 7.6.3 to 7.7.1 (#1825)
  • 8b390f5 build(deps): Bump @babel/traverse from 7.6.3 to 7.7.0 (#1823)
  • b7591c7 build(deps): Bump @babel/parser from 7.6.4 to 7.7.0 (#1822)
  • 7491c97 docs(build): make the CI build badge clickable (#1828)
  • a3de7cf build(deps-dev): Bump typescript from 3.5.3 to 3.7.2 (#1826)
  • bd8e1a6 build(deps): Bump @babel/generator from 7.6.4 to 7.7.0 (#1820)
  • 694093a remove misleading docs (#1827)
  • deecffa build(deps-dev): Bump @babel/types from 7.6.3 to 7.7.1

There are 80 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/jest is breaking the build 🚨

The devDependency @types/jest was updated from 24.0.21 to 24.0.22.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/jest is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @stryker-mutator/html-reporter is breaking the build 🚨

The devDependency @stryker-mutator/html-reporter was updated from 2.1.0 to 2.2.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@stryker-mutator/html-reporter is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 80 commits.

  • 4422086 v2.2.1
  • 58f8da4 chore: make release script executable
  • 650f58e v2.2.0
  • 067df6d feat(progress-reporter): show timed out mutant count (#1818)
  • 87012b6 docs: add code of conduct (#1766)
  • fab1786 build(deps-dev): Bump eslint-config-prettier from 6.4.0 to 6.5.0 (#1807)
  • 127be2f build(deps-dev): Bump eslint from 6.5.1 to 6.6.0 (#1809)
  • 834c6de build(deps-dev): Bump @babel/preset-env from 7.6.3 to 7.7.1 (#1825)
  • 8b390f5 build(deps): Bump @babel/traverse from 7.6.3 to 7.7.0 (#1823)
  • b7591c7 build(deps): Bump @babel/parser from 7.6.4 to 7.7.0 (#1822)
  • 7491c97 docs(build): make the CI build badge clickable (#1828)
  • a3de7cf build(deps-dev): Bump typescript from 3.5.3 to 3.7.2 (#1826)
  • bd8e1a6 build(deps): Bump @babel/generator from 7.6.4 to 7.7.0 (#1820)
  • 694093a remove misleading docs (#1827)
  • deecffa build(deps-dev): Bump @babel/types from 7.6.3 to 7.7.1

There are 80 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.