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

tmdb-ts

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tmdb-ts - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

dist/utils/index.d.ts

1

dist/index.d.ts
import TMDB from './tmdb';
export * from './types';
export * from './utils';
export default TMDB;

@@ -18,3 +18,4 @@ "use strict";

__exportStar(require("./types"), exports);
__exportStar(require("./utils"), exports);
exports.default = tmdb_1.default;
//# sourceMappingURL=index.js.map

4

package.json
{
"name": "tmdb-ts",
"version": "0.0.4",
"version": "0.0.5",
"description": "TMDB v3 library wrapper",
"main": "dist/index.ts",
"types": "dist/types/index.d.ts",
"types": "dist/index.d.ts",
"scripts": {

@@ -8,0 +8,0 @@ "compile": "rm -rf dist && tsc -d && npm run copy-types",

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