Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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 1.3.1 to 1.4.0

4

id.json

@@ -519,3 +519,5 @@ [

"tt0033804",
"tt2713180"
"tt2713180",
"tt2379713",
"tt0814314"
]
'use strict';
var movie = require('node-movie');
var movie = require('node-movie').getByID;
var ids = require("./id.json");

@@ -9,5 +9,5 @@ var rand = require('unique-random')(0,ids.length);

var randID = ids[randNum];
movie({id: randID}, function(data) {
cb(data);
movie(randID, function(err, data) {
cb(err, data);
});
};
{
"name": "random-movie",
"version": "1.3.1",
"version": "1.4.0",
"description": "Random movie generator",

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

"dependencies": {
"node-movie": "^1.2.0",
"node-movie": "^2.0.0",
"unique-random": "^1.0.0"
}
}
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