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

imdb-api

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imdb-api - npm Package Compare versions

Comparing version 4.4.0 to 4.4.1

umd/imdb.d.ts

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# Version 4.4.1
* Added building to umd for unpkg
# Version 4.4.0

@@ -2,0 +6,0 @@

9

package.json

@@ -5,3 +5,3 @@ {

"description": "Queries unofficial imdb APIs to get movie and television information from imdb",
"version": "4.4.0",
"version": "4.4.1",
"main": "./lib/imdb.js",

@@ -17,3 +17,3 @@ "types": "./lib/imdb.d.ts",

"build": "tsc -p .",
"prepare": "npm run build",
"prepare": "npm run build && tsc -p tsconfig-umd.json",
"format": "prettier --write --parser typescript src/*.ts test/*.ts",

@@ -27,2 +27,7 @@ "lint": "eslint --ignore-path .gitignore --ignore-pattern examples --ext .ts . && prettier --check --parser typescript src/*.ts test/*.ts",

},
"files": [
"lib/*",
"src/*",
"umd/*"
],
"devDependencies": {

@@ -29,0 +34,0 @@ "@istanbuljs/nyc-config-typescript": "^1.0.1",

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