🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

random-movie

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

random-movie - npm Package Compare versions

Comparing version

to
1.1.0

6

index.js

@@ -6,3 +6,3 @@ 'use strict';

module.exports = function (cb){
module.exports = function again(cb){
var randNum = rand();

@@ -12,4 +12,8 @@ var randStr = randNum + '';

movie({id: randID}, function(data) {
//No movie with this random ID.
if(data.Error) {
again(cb);
}
cb(data);
});
};

2

package.json
{
"name": "random-movie",
"version": "1.0.1",
"version": "1.1.0",
"description": "Random movie generator",

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

@@ -0,0 +0,0 @@ # random-movie

@@ -0,0 +0,0 @@ 'use strict';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet