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

react-streaming-availability

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-streaming-availability - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

dist/libraries/Source.js

@@ -76,3 +76,3 @@ import * as streamingAvailability from "streaming-availability";

async fetch() {
const id = this.props.ids.pop();
const id = this.props.ids.shift();
if (!id) {

@@ -79,0 +79,0 @@ return undefined;

{
"name": "react-streaming-availability",
"version": "0.1.2",
"version": "0.1.3",
"description": "A React component library to display streaming availability data for movies and TV shows including deep links",

@@ -17,10 +17,6 @@ "homepage": "https://github.com/movieofthenight/react-streaming-availability",

"/dist",
"/src",
"/.gitignore",
"/LICENSE",
"/package.json",
"/package-lock.json",
"/README.md",
"/tsconfig.json",
"/typedoc.json"
"/README.md"
],

@@ -27,0 +23,0 @@ "type": "module",

@@ -81,10 +81,8 @@ # Streaming Availability React Components

<Grid
source={
newFilteredSearchSource({
country: "us",
orderBy: "popularity_1year",
orderDirection: "desc",
limit: 100,
})
}
source={newFilteredSearchSource({
country: "us",
orderBy: "popularity_1year",
orderDirection: "desc",
limit: 100,
})}
/>

@@ -91,0 +89,0 @@ );

Sorry, the diff of this file is not supported yet

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