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

open-movie-database-api

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

open-movie-database-api - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

24

dist/index.d.ts

@@ -19,2 +19,6 @@ export declare enum OmdbResultType {

}
export interface OmdbRating {
Source: string;
Value: string;
}
export interface OmdbGetResult {

@@ -35,6 +39,3 @@ Title: string;

Poster: string;
Ratings: {
Source: string;
Value: string;
}[];
Ratings: OmdbRating[];
Metascore: string;

@@ -51,10 +52,11 @@ imdbRating: string;

}
export interface OmdbSearchResultItem {
Title: string;
Year: string;
imdbID: string;
Type: string;
Poster: string;
}
export interface OmdbSearchResult {
Search: {
Title: string;
Year: string;
imdbID: string;
Type: string;
Poster: string;
}[];
Search: OmdbSearchResultItem[];
totalResults: string;

@@ -61,0 +63,0 @@ Response: string;

{
"name": "open-movie-database-api",
"version": "1.1.1",
"version": "1.1.2",
"description": "OMDb API client for node.js",

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

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