Socket
Socket
Sign inDemoInstall

devrant

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devrant - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

package.json
{
"name": "devrant",
"version": "0.0.6",
"version": "0.0.7",
"description": "Unofficial wrapper for the public devRant API.",

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

@@ -5,3 +5,3 @@ # devRant

[npm-image]: https://img.shields.io/badge/npm-v0.0.6-blue.svg
[npm-image]: https://img.shields.io/badge/npm-v0.0.7-blue.svg
[npm-url]: https://www.npmjs.com/package/devrant

@@ -59,4 +59,4 @@ [travis-image]: https://travis-ci.org/danillouz/devrant.svg?branch=master

| NAME | TYPE | DESCRIPTION |
| --- | --- | --- | --- |
| id | Number | The rant id. For example `43511`. |
| --- | --- | --- |
| id | Number | The rant id. For example `43511`. |

@@ -77,9 +77,9 @@ ###### Returns

| NAME | TYPE | DESCRIPTION |
| --- | --- | --- | --- |
| options | Object | **Optional**. The [options](#options) to control the rants to be fetched. When omitted, `50` rants of type `algo` will be fetched and `0` rants will be skipped. |
| --- | --- | --- |
| options | Object | **Optional**. The [options](#options) to control the rants to be fetched. When omitted, `50` rants of type `algo` will be fetched and `0` rants will be skipped. |
###### Options
| OPTIONS KEY | TYPE | DESCRIPTION |
| --- | --- | --- | --- |
| sort | String | **Optional**. The type of rants to be fetched. Must be `algo`, `recent` or `top`. When omitted, it defaults to `algo`. |
| --- | --- | --- |
| sort | String | **Optional**. The type of rants to be fetched. Must be `algo`, `recent` or `top`. When omitted, it defaults to `algo`. |
| limit | Number | **Optional**. The amount of rants to be fetched. When omitted, it defaults to `50`. |

@@ -99,4 +99,4 @@ | skip | Number | **Optional**. The amount of rants to be skipped. When omitted, it defaults to `0`. |

| NAME | TYPE | DESCRIPTION |
| --- | --- | --- | --- |
| term | String | The search term used to match specific rants. For example `javascript`, `xcode`, `wk2`, `devrant`, etc. |
| --- | --- | --- |
| term | String | The search term used to match specific rants. For example `javascript`, `xcode`, `wk2`, `devrant`, etc. |

@@ -113,4 +113,4 @@ ###### Returns

| NAME | TYPE | DESCRIPTION |
| --- | --- | --- | --- |
| username | String | The devRant username. For example `danillouz`, `dfox`, `localhost`, etc. |
| --- | --- | --- |
| username | String | The devRant username. For example `danillouz`, `dfox`, `localhost`, etc. |

@@ -117,0 +117,0 @@ ###### Returns

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