Socket
Socket
Sign inDemoInstall

tspotify

Package Overview
Dependencies
16
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

dist/client/BaseClient.d.ts

4

dist/index.js

@@ -1,2 +0,2 @@

"use strict";
console.log('test');
import Client from './client/Client';
export { Client };
{
"name": "tspotify",
"version": "0.0.3",
"version": "0.0.4",
"description": "A TypeScript library for interacting with Spotify API",
"main": "index.js",
"main": "dist/index.js",
"scripts": {

@@ -19,3 +19,6 @@ "build": "npx tsc"

"homepage": "https://github.com/tspotify/tspotify#readme",
"dependencies": {},
"dependencies": {
"@types/node-fetch": "^2.5.8",
"node-fetch": "^2.6.1"
},
"devDependencies": {

@@ -22,0 +25,0 @@ "@types/node": "^14.14.37",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc