Socket
Socket
Sign inDemoInstall

rt-sdk

Package Overview
Dependencies
7
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.16 to 0.0.17

2

package.json
{
"name": "rt-sdk",
"description": "",
"version": "0.0.16",
"version": "0.0.17",
"main": "index.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -26,3 +26,3 @@ # rt-sdk

### Define your options
The `options` object is a way of customizing your request to the `rt-sdk`. It isn't required, but setting `options` can be pretty helpful if you want to organize the results before the Promise resolves. You can use it to set max item limits, organize items by oldest to newest, request a specific page of the results, etc.
The `options` object is a way of customizing your request to the `rt-sdk`. It isn't required, but setting `options` can be pretty helpful if you want to organize the results before the Promise resolves. You can use it to set maximum page item limits, organize items by oldest to newest, request a specific page of the results, etc. (If you aren't using any options, don't bother passing it to the method.)
```js

@@ -29,0 +29,0 @@ const options = {

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