Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rt-sdk

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rt-sdk - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

2

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

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

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

```js
rt.season('always-open-2018')
rt.season('always-open-2018', options)
.then(episodes => {

@@ -60,3 +60,3 @@ for (let episode of episodes) {

```js
rt.episode('lets-play-2012-16')
rt.episode('lets-play-2012-16', options)
.then(episode => {

@@ -73,3 +73,3 @@ console.log(episode.attributes.show_title);

```js
rt.products('cow-chop-gaming')
rt.products('cow-chop-gaming', options)
.then(products => {

@@ -88,3 +88,3 @@ for (let product of products) {

```js
rt.livestreams()
rt.livestreams(options)
.then(episodes => {

@@ -103,3 +103,3 @@ for (let episode of episodes) {

```js
rt.series()
rt.series(options)
.then(series => {

@@ -116,5 +116,5 @@ for (let serie of series) {

### Search Episodes
rt.queryByEpisode() takes a episode query (and `options`).
rt.queryByEpisode() takes a episode query string (and `options`).
```js
rt.queryByEpisode('Mark Nutt')
rt.queryByEpisode('Mark Nutt', options)
.then(episodes => {

@@ -121,0 +121,0 @@ for (let episode of episodes) {

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