Socket
Socket
Sign inDemoInstall

rickmortyapi

Package Overview
Dependencies
5
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

14

package.json
{
"name": "rickmortyapi",
"version": "0.2.0",
"version": "0.2.1",
"description": "A Rick and Morty API Node wrapper",

@@ -20,9 +20,7 @@ "main": "src/index.js",

"devDependencies": {
"ava": "1.0.0-beta.4",
"coveralls": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"nodemon": "^1.17.3",
"nyc": "^11.7.1"
"ava": "1.0.0-beta.6",
"coveralls": "^3.0.2",
"eslint": "^5.0.1",
"nodemon": "^1.17.5",
"nyc": "^12.0.2"
},

@@ -29,0 +27,0 @@ "repository": {

@@ -1,6 +0,8 @@

[![Build Status](https://travis-ci.org/afuh/rick-and-morty-api-node.svg?branch=master)](https://travis-ci.org/afuh/rick-and-morty-api-node)
[![Coverage Status](https://coveralls.io/repos/github/afuh/rick-and-morty-api-node/badge.svg?branch=master)](https://coveralls.io/github/afuh/rick-and-morty-api-node?branch=master)
[![npm version](https://badge.fury.io/js/rickmortyapi.svg)](https://badge.fury.io/js/rickmortyapi)
[![npm downloads](https://img.shields.io/npm/dm/rickmortyapi.svg)](https://npmjs.org/package/rickmortyapi)
[![Build Status](https://img.shields.io/travis/afuh/rick-and-morty-api-node.svg?style=flat-square)](https://travis-ci.org/afuh/rick-and-morty-api-node)
[![Coverage Status](https://img.shields.io/coveralls/github/afuh/rick-and-morty-api-node/master.svg?style=flat-square)](https://coveralls.io/github/afuh/rick-and-morty-api-node?branch=feature%2Fcover)
[![npm version](https://img.shields.io/npm/v/rickmortyapi.svg?style=flat-square)](https://badge.fury.io/js/rickmortyapi)
[![npm downloads](https://img.shields.io/npm/dm/rickmortyapi.svg?style=flat-square)](https://npmjs.org/package/rickmortyapi)
[![Twitter Follow](https://img.shields.io/twitter/follow/rickandmortyapi.svg?style=flat-square&label=Follow)](https://twitter.com/rickandmortyapi)
# The Rick and Morty API JavaScript client

@@ -40,4 +42,3 @@

All the methods work in the same way. The only exception is the queries that you can pass as ab object to each method.
All the methods work in the same way. The only exception is the queries that you can pass as an object to each method.
To know more about the schema of each response, please check [here](https://rickandmortyapi.com/documentation/#character-schema)

@@ -84,3 +85,3 @@

// You can pass a page number to access all the pages inside the info objecy
// You can pass a page number to access all the pages inside the info object
// To know more about the info object and pagination, check

@@ -93,2 +94,2 @@ // https://rickandmortyapi.com/documentation/#info-and-pagination

This method will response with the available endpoints, you can use it to ping the server status.
This method will response with the available REST endpoints, you can use it to ping the server status.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc