New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

imdbtr

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imdbtr - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

example.gif

2

package.json
{
"name": "imdbtr",
"version": "0.1.1",
"version": "0.2.0",
"description": "IMDB on terminal",

@@ -5,0 +5,0 @@ "scripts": {

@@ -7,2 +7,4 @@ # imdbtr

![example of usage](./example.gif)
## Install

@@ -17,5 +19,19 @@

```
$ imdbtr The Godfather
$ imdbtr 'The Godfather'
```
## Contributing
Once you've made your great commits:
1. Fork the project
2. Create your feature branch: `git checkout -b my-feature`
3. Push to the branch: `git push origin my-feature`
4. Submit a pull request!
## Resources
- API provided by [OMDb API](http://www.omdbapi.com/);
- Some modules by [@sindresorhus](https://github.com/sindresorhus).
## License

@@ -22,0 +38,0 @@

@@ -10,2 +10,6 @@ 'use strict';

if (!movie) {
return false;
}
return movie.then(result => {

@@ -12,0 +16,0 @@ if (!result) {

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