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

unsuperanimes.js

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unsuperanimes.js

API não oficial do Superanimes.

  • 1.0.2-a
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Unsuperanimes.js

Versão Unsuperanimes.js superanimes.com

Intalação

npm install unsuperanimes.js

Documentação

Aqui estão todas as funções disponiveis na livraria NPM.

Codigo base

var unsuperanimes = require("unsuperanimes");
  • search(nome) Procura uma série pelo nome.
(async () => {
    
    let anime = unsuperanimes.search("michiko to");
    
    console.log(anime);
    
})();

Retorna: As principais informações do anime "Michiko To Hatchin".

Logs - Unsuperanimes.js

1.0.0:

  • Livraria lançada em NPM

1.0.1:

  • Pequenos detalhes foram modificados
  • Adição da função getCookie();

1.0.2:

  • Adição de variavel ao json de retorno da função search;
  • Remoção de funções de login.

Eu peço perdão pelo Superanimes.JS e pelo antigo Unsuperanimes.JS, as livrarias sairam totalmente rushadas, e eu não tive muito tempo de pensar em uma solução para o problema do login, e agora finalmente consegui resolver, e eu penso em fazer mais funções para a livraria, espero que se divirtam :)

Caso tenha alguma duvida, olhe o arquivos de exemplo: example.js.

FAQs

Package last updated on 24 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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