react-streaming-availability
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
118105
66
2036
91