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.5 to 0.0.6

2

dist/client/BaseClient.d.ts
/// <reference types="node" />
import { EventEmitter } from 'events';
import type { DefaultClientOptionsInterface } from '../util/Constants';
import type { DefaultClientOptionsInterface } from '../util/Constants.js';
export default class BaseClient extends EventEmitter {

@@ -5,0 +5,0 @@ options: DefaultClientOptionsInterface;

import { EventEmitter } from 'events';
import { mergeDefault } from '../util/Util';
import { DefaultClientOptions } from '../util/Constants';
import { mergeDefault } from '../util/Util.js';
import { DefaultClientOptions } from '../util/Constants.js';
export default class BaseClient extends EventEmitter {

@@ -5,0 +5,0 @@ constructor(options = {}) {

@@ -1,3 +0,3 @@

import BaseClient from './BaseClient';
import type { httpInterface } from '../util/Constants';
import BaseClient from './BaseClient.js';
import type { httpInterface } from '../util/Constants.js';
interface ClientOptions {

@@ -4,0 +4,0 @@ http: httpInterface | null;

@@ -10,3 +10,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

};
import BaseClient from './BaseClient';
import BaseClient from './BaseClient.js';
import fetch from 'node-fetch';

@@ -13,0 +13,0 @@ export default class Client extends BaseClient {

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

import Client from './client/Client';
import Client from './client/Client.js';
export { Client };

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

import Client from './client/Client';
import Client from './client/Client.js';
export { Client };
{
"name": "tspotify",
"version": "0.0.5",
"version": "0.0.6",
"description": "A TypeScript library for interacting with Spotify API",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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